Skip to content

Commit 54b6a97

Browse files
authored
Fix :rtype: directive (#1927)
Fixes a missing colon after :rtype in the ProjectColumn docs.
1 parent babcbcd commit 54b6a97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

github/ProjectColumn.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ def create_card(
125125
:param content_id: integer
126126
:param content_type: string
127127
128-
:rtype :class:`github.ProjectCard.ProjectCard`:
128+
:rtype: :class:`github.ProjectCard.ProjectCard`:
129129
"""
130130
if isinstance(note, str):
131131
assert content_id is github.GithubObject.NotSet, content_id

0 commit comments

Comments
 (0)