mirror of
https://github.com/status-im/PyGithub.git
synced 2026-09-01 03:11:09 +00:00
Fix broken Github reference link in class docstrings
This commit is contained in:
@@ -2123,7 +2123,7 @@ class Repository(github.GithubObject.CompletableGithubObject):
|
||||
def get_releases(self):
|
||||
"""
|
||||
:calls: `GET /repos/:owner/:repo/releases <http://developer.github.com/v3/repos>`_
|
||||
:rtype: :class:`github.PaginatedList.PaginatedList` of :class:`github.Tag.Tag`
|
||||
:rtype: :class:`github.PaginatedList.PaginatedList` of :class:`github.GitRelease.GitRelease`
|
||||
"""
|
||||
return github.PaginatedList.PaginatedList(
|
||||
github.GitRelease.GitRelease,
|
||||
|
||||
Reference in New Issue
Block a user