mirror of
https://github.com/status-im/PyGithub.git
synced 2026-09-02 11:51:10 +00:00
Fix broken Github reference link in class docstrings
This commit is contained in:
@@ -32,7 +32,7 @@ import github.AuthorizationApplication
|
||||
|
||||
class Authorization(github.GithubObject.CompletableGithubObject):
|
||||
"""
|
||||
This class represents Authorizations as returned for example by http://developer.github.com/v3/todo
|
||||
This class represents Authorizations. The reference can be found here https://developer.github.com/v3/oauth_authorizations/
|
||||
"""
|
||||
|
||||
def __repr__(self):
|
||||
|
||||
Reference in New Issue
Block a user