From 01a46be2799bed51bdd19e752fbea5f4d9687919 Mon Sep 17 00:00:00 2001 From: Nat Williams Date: Thu, 19 Apr 2012 10:54:51 -0500 Subject: docstring link typo --- pygithub3/github.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pygithub3') 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 ` """ return self._pull_requests -- cgit v1.2.3-59-g8ed1b