mirror of
https://github.com/status-im/PyGithub.git
synced 2026-09-02 03:41:08 +00:00
Fix broken Github reference link in class docstrings
This commit is contained in:
@@ -41,7 +41,7 @@ INTEGRATION_PREVIEW_HEADERS = {"Accept": "application/vnd.github.machine-man-pre
|
||||
|
||||
class Installation(github.GithubObject.NonCompletableGithubObject):
|
||||
"""
|
||||
This class represents Installations as in https://developer.github.com/v3/integrations/installations
|
||||
This class represents Installations. The reference can be found here https://developer.github.com/v3/apps/installations/
|
||||
"""
|
||||
|
||||
def __repr__(self):
|
||||
|
||||
Reference in New Issue
Block a user