Fix broken Github reference link in class docstrings

This commit is contained in:
Wan Liuyang
2018-03-13 15:07:07 +08:00
parent c7f6563c34
commit a32a17bf81
62 changed files with 61 additions and 69 deletions
+1 -1
View File
@@ -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,