aboutsummaryrefslogtreecommitdiffstats
path: root/pygithub3/github.py
diff options
context:
space:
mode:
authorNat Williams <nwilliams@leapfrogonline.com>2012-04-19 10:54:51 -0500
committerNat Williams <nwilliams@leapfrogonline.com>2012-04-19 10:54:51 -0500
commit01a46be2799bed51bdd19e752fbea5f4d9687919 (patch)
tree32290846e640555ec4804c53c4aab62cbbe7bd13 /pygithub3/github.py
parentuse _bool for pull request merge status (diff)
downloadpython-github3-01a46be2799bed51bdd19e752fbea5f4d9687919.tar.xz
python-github3-01a46be2799bed51bdd19e752fbea5f4d9687919.zip
docstring link typo
Diffstat (limited to 'pygithub3/github.py')
-rw-r--r--pygithub3/github.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pygithub3/github.py b/pygithub3/github.py
index 0f15adf..9016742 100644
--- a/pygithub3/github.py
+++ b/pygithub3/github.py
@@ -53,6 +53,6 @@ class Github(object):
@property
def pull_requests(self):
"""
- :ref:`Pull Requests service <Pull Requests service`
+ :ref:`Pull Requests service <Pull Requests service>`
"""
return self._pull_requests