mirror of
https://github.com/status-im/PyGithub.git
synced 2026-09-01 11:21:16 +00:00
Fix incorrect formatting in docstrings (#816)
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user