From 573b327193c19256f9e3d2f4271bf5ee39f5f4a1 Mon Sep 17 00:00:00 2001 From: martinqt Date: Sun, 2 Jun 2013 12:38:07 +0200 Subject: [PATCH] PullRequest docstring --- github/PullRequest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github/PullRequest.py b/github/PullRequest.py index 927c448a..ba0dc9a0 100644 --- a/github/PullRequest.py +++ b/github/PullRequest.py @@ -29,7 +29,7 @@ import github.Commit class PullRequest(github.GithubObject.CompletableGithubObject): """ - This class represents PullRequests as returned for example by http://developer.github.com/v3/todo + This class represents PullRequests. The reference can be found here http://developer.github.com/v3/pulls/ """ @property