Fix :rtype: directive (#1927)

Fixes a missing colon after :rtype in the ProjectColumn docs.
This commit is contained in:
Dhruv Bhanushali
2021-04-26 14:22:15 +10:00
committed by GitHub
parent babcbcd04f
commit 54b6a97b95
+1 -1
View File
@@ -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