diff options
author | 2012-02-29 22:24:57 +0100 | |
---|---|---|
committer | 2012-02-29 22:24:57 +0100 | |
commit | 372e78ea456e23e00729ff9b5cb79b866da4bec3 (patch) | |
tree | de7aa321e1893b55ac9f2dda6d4cdc9c48854114 /pygithub3/services/base.py | |
parent | Init documentation (diff) | |
download | python-github3-372e78ea456e23e00729ff9b5cb79b866da4bec3.tar.xz python-github3-372e78ea456e23e00729ff9b5cb79b866da4bec3.zip |
Services.repos.Repo doc
And typos
Diffstat (limited to 'pygithub3/services/base.py')
-rw-r--r-- | pygithub3/services/base.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pygithub3/services/base.py b/pygithub3/services/base.py index fced575..d50ceb7 100644 --- a/pygithub3/services/base.py +++ b/pygithub3/services/base.py @@ -26,8 +26,8 @@ class Service(object): If you include ``login``, ``password`` and ``token`` in config; Oauth has precedence - Some API requests need ``user`` and/or ``repo`` arguments (e.g repos - service). + Some API requests need ``user`` and/or ``repo`` arguments (e.g + :ref:`repos service <config precedence>`). You can configure the default value here to avoid repeating Some API requests return multiple resources with pagination. You can |