aboutsummaryrefslogtreecommitdiffstats
path: root/pygithub3/services/repos/commits.py
diff options
context:
space:
mode:
authorDavid Medina <davidmedina9@gmail.com>2012-03-03 11:07:31 +0100
committerDavid Medina <davidmedina9@gmail.com>2012-03-03 11:07:31 +0100
commit221aae624d8a32e801268d2ea5866e885bd3b042 (patch)
tree788fdb1cf95199bf9d6e7ee3429b3bcf73251942 /pygithub3/services/repos/commits.py
parentAdd Manifest (diff)
downloadpython-github3-221aae624d8a32e801268d2ea5866e885bd3b042.tar.xz
python-github3-221aae624d8a32e801268d2ea5866e885bd3b042.zip
Service repos done
+repos.hooks
Diffstat (limited to 'pygithub3/services/repos/commits.py')
-rw-r--r--pygithub3/services/repos/commits.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pygithub3/services/repos/commits.py b/pygithub3/services/repos/commits.py
index 8eec3e7..fd29fc0 100644
--- a/pygithub3/services/repos/commits.py
+++ b/pygithub3/services/repos/commits.py
@@ -9,7 +9,7 @@ class Commits(Service, MimeTypeMixin):
<http://developer.github.com/v3/repos/commits>`_
.. note::
- This service support :ref:`mimetypes` configuration
+ This service support :ref:`mimetypes-section` configuration
"""
#TODO: Pagination structure differs from usual