From d6ba5d723572bfe02a53af1ef0ca86d524555949 Mon Sep 17 00:00:00 2001 From: Vincent Date: Tue, 12 Feb 2019 14:37:01 +0800 Subject: [PATCH] fixed: comment of ProjectColumn.create_card (#1041) --- github/ProjectColumn.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github/ProjectColumn.py b/github/ProjectColumn.py index 76b61269..b96bc2a0 100644 --- a/github/ProjectColumn.py +++ b/github/ProjectColumn.py @@ -119,7 +119,7 @@ class ProjectColumn(github.GithubObject.CompletableGithubObject): content_id=github.GithubObject.NotSet, content_type=github.GithubObject.NotSet): """ - calls: `POST https://developer.github.com/v3/projects/cards/#create-a-project-card>`_ + :calls: `POST /projects/columns/:column_id/cards `_ :param note: string :param content_id: integer :param content_type: string