diff options
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 |