diff options
author | 2012-04-19 10:54:51 -0500 | |
---|---|---|
committer | 2012-04-19 10:54:51 -0500 | |
commit | 01a46be2799bed51bdd19e752fbea5f4d9687919 (patch) | |
tree | 32290846e640555ec4804c53c4aab62cbbe7bd13 /pygithub3/github.py | |
parent | use _bool for pull request merge status (diff) | |
download | python-github3-01a46be2799bed51bdd19e752fbea5f4d9687919.tar.xz python-github3-01a46be2799bed51bdd19e752fbea5f4d9687919.zip |
docstring link typo
Diffstat (limited to 'pygithub3/github.py')
-rw-r--r-- | pygithub3/github.py | 2 |
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 |