From 0c15af9dec643d9c7cfacbf514969098a53171ae Mon Sep 17 00:00:00 2001 From: martinqt Date: Sun, 2 Jun 2013 12:36:21 +0200 Subject: [PATCH] PullRequestComment docstring --- github/PullRequestComment.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github/PullRequestComment.py b/github/PullRequestComment.py index 748ab5b2..03677fe8 100644 --- a/github/PullRequestComment.py +++ b/github/PullRequestComment.py @@ -21,7 +21,7 @@ import github.NamedUser class PullRequestComment(github.GithubObject.CompletableGithubObject): """ - This class represents PullRequestComments as returned for example by http://developer.github.com/v3/todo + This class represents PullRequestComments. The reference can be found here http://developer.github.com/v3/pulls/comments/ """ @property