mirror of
https://github.com/status-im/PyGithub.git
synced 2026-09-01 11:21:16 +00:00
Fix broken Github reference link in class docstrings
This commit is contained in:
@@ -27,7 +27,7 @@ import github.GithubObject
|
||||
|
||||
class StatusMessage(github.GithubObject.NonCompletableGithubObject):
|
||||
"""
|
||||
This class represents status messages as defined in https://status.github.com/api
|
||||
This class represents StatusMessages. The reference can be found here https://status.github.com/api
|
||||
"""
|
||||
|
||||
def __repr__(self):
|
||||
|
||||
Reference in New Issue
Block a user