Fix broken Github reference link in class docstrings

This commit is contained in:
Wan Liuyang
2018-03-13 15:07:07 +08:00
parent c7f6563c34
commit a32a17bf81
62 changed files with 61 additions and 69 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ DEFAULT_PER_PAGE = 30
class Github(object):
"""
This is the main class you instanciate to access the Github API v3. Optional parameters allow different authentication methods.
This is the main class you instantiate to access the Github API v3. Optional parameters allow different authentication methods.
"""
def __init__(self, login_or_token=None, password=None, base_url=DEFAULT_BASE_URL, timeout=DEFAULT_TIMEOUT, client_id=None, client_secret=None, user_agent='PyGithub/Python', per_page=DEFAULT_PER_PAGE, api_preview=False):