Skip to content

Commit 3d2c6c5

Browse files
committed
Added missing doc for Github.debug.
Refs ask#52.
1 parent 6b20199 commit 3d2c6c5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

github2/client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ def __init__(self, username=None, api_token=None, debug=False,
2626
:param str username: your own GitHub username.
2727
:param str api_token: can be found at https://github.com/account
2828
(while logged in as that user):
29+
:param bool debug: enable debugging information.
2930
:param str access_token: can be used when no ``username`` and/or
3031
``api_token`` is used. The ``access_token`` is the OAuth access
3132
token that is received after successful OAuth authentication.

0 commit comments

Comments
 (0)