From ab674dfcbc86c70bc32d9ecbe171b48a5694c337 Mon Sep 17 00:00:00 2001 From: martinqt Date: Tue, 4 Jun 2013 15:35:09 +0200 Subject: [PATCH] PullRequestMergeStatus docstring --- github/PullRequestMergeStatus.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github/PullRequestMergeStatus.py b/github/PullRequestMergeStatus.py index 46ed17fb..42c584b8 100644 --- a/github/PullRequestMergeStatus.py +++ b/github/PullRequestMergeStatus.py @@ -19,7 +19,7 @@ import github.GithubObject class PullRequestMergeStatus(github.GithubObject.NonCompletableGithubObject): """ - This class represents PullRequestMergeStatuss as returned for example by http://developer.github.com/v3/todo + This class represents PullRequestMergeStatuss. The reference can be found here http://developer.github.com/v3/pulls/#get-if-a-pull-request-has-been-merged """ @property