mirror of
https://github.com/status-im/PyGithub.git
synced 2026-08-31 19:01:15 +00:00
Fix :rtype: directive (#1927)
Fixes a missing colon after :rtype in the ProjectColumn docs.
This commit is contained in:
@@ -125,7 +125,7 @@ class ProjectColumn(github.GithubObject.CompletableGithubObject):
|
||||
:param content_id: integer
|
||||
:param content_type: string
|
||||
|
||||
:rtype :class:`github.ProjectCard.ProjectCard`:
|
||||
:rtype: :class:`github.ProjectCard.ProjectCard`:
|
||||
"""
|
||||
if isinstance(note, str):
|
||||
assert content_id is github.GithubObject.NotSet, content_id
|
||||
|
||||
Reference in New Issue
Block a user