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:
@@ -33,7 +33,7 @@ import github.NamedUser
|
||||
|
||||
class PullRequestPart(github.GithubObject.NonCompletableGithubObject):
|
||||
"""
|
||||
This class represents PullRequestParts as returned for example by http://developer.github.com/v3/todo
|
||||
This class represents PullRequestParts
|
||||
"""
|
||||
|
||||
def __repr__(self):
|
||||
|
||||
Reference in New Issue
Block a user