From 54b6a97b9543f1fa412e4cdcff6841f4eae19668 Mon Sep 17 00:00:00 2001 From: Dhruv Bhanushali Date: Mon, 26 Apr 2021 09:52:15 +0530 Subject: [PATCH] Fix :rtype: directive (#1927) Fixes a missing colon after :rtype in the ProjectColumn docs. --- github/ProjectColumn.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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