mirror of
https://github.com/status-im/PyGithub.git
synced 2026-09-01 19:31:10 +00:00
Fix incorrect formatting in docstrings (#816)
This commit is contained in:
@@ -162,7 +162,7 @@ class CommitComment(github.GithubObject.CompletableGithubObject):
|
||||
def get_reactions(self):
|
||||
"""
|
||||
:calls: `GET /repos/:owner/:repo/comments/:id/reactions
|
||||
<https://developer.github.com/v3/reactions/#list-reactions-for-a-commit-comment>`
|
||||
<https://developer.github.com/v3/reactions/#list-reactions-for-a-commit-comment>`_
|
||||
:return: :class: :class:`github.PaginatedList.PaginatedList` of :class:`github.Reaction.Reaction`
|
||||
"""
|
||||
return github.PaginatedList.PaginatedList(
|
||||
|
||||
Reference in New Issue
Block a user