Skip to content

Commit

Permalink
Fix :rtype: directive (#1927)
Browse files Browse the repository at this point in the history
Fixes a missing colon after :rtype in the ProjectColumn docs.
  • Loading branch information
dhruvkb committed Apr 26, 2021
1 parent babcbcd commit 54b6a97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github/ProjectColumn.py
Expand Up @@ -125,7 +125,7 @@ def create_card(
: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
Expand Down

0 comments on commit 54b6a97

Please sign in to comment.