Fix incorrect formatting in docstrings (#816)

This commit is contained in:
per1234
2018-06-11 22:24:27 +08:00
committed by Wan Liuyang
parent 2bd06255fe
commit bed4009361
6 changed files with 13 additions and 9 deletions
+1 -1
View File
@@ -195,7 +195,7 @@ class PullRequestComment(github.GithubObject.CompletableGithubObject):
def get_reactions(self):
"""
:calls: `GET /repos/:owner/:repo/pulls/comments/:number/reactions
<https://developer.github.com/v3/reactions/#list-reactions-for-a-pull-request-review-comment>`
<https://developer.github.com/v3/reactions/#list-reactions-for-a-pull-request-review-comment>`_
:return: :class: :class:`github.PaginatedList.PaginatedList` of :class:`github.Reaction.Reaction`
"""
return github.PaginatedList.PaginatedList(