diff --git a/github/ProjectColumn.py b/github/ProjectColumn.py index 5b0338db..7158ce79 100644 --- a/github/ProjectColumn.py +++ b/github/ProjectColumn.py @@ -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