mirror of
https://github.com/status-im/PyGithub.git
synced 2026-09-02 11:51:10 +00:00
Fix all but one sphinx warnings (#1346)
To hopefully correct our doc build, tidy up some of the warnings that sphinx complains about. The one remaining one is legitimate.
This commit is contained in:
+1
-1
@@ -156,7 +156,7 @@ class Project(github.GithubObject.CompletableGithubObject):
|
||||
|
||||
def create_column(self, name):
|
||||
"""
|
||||
calls: `POST https://developer.github.com/v3/projects/columns/#create-a-project-column>`_
|
||||
calls: `POST /projects/:project_id/columns <https://developer.github.com/v3/projects/columns/#create-a-project-column>`_
|
||||
:param name: string
|
||||
"""
|
||||
assert isinstance(name, str), name
|
||||
|
||||
Reference in New Issue
Block a user