diff options
author | 2012-03-03 11:07:31 +0100 | |
---|---|---|
committer | 2012-03-03 11:07:31 +0100 | |
commit | 221aae624d8a32e801268d2ea5866e885bd3b042 (patch) | |
tree | 788fdb1cf95199bf9d6e7ee3429b3bcf73251942 /pygithub3/services/repos/commits.py | |
parent | Add Manifest (diff) | |
download | python-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.py | 2 |
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 |