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