Skip to content

Commit

Permalink
Fix Api call in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
bagashvilit committed Mar 24, 2021
1 parent 0cdc771 commit 7ef516d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github/PullRequestReview.py
Expand Up @@ -107,7 +107,7 @@ def dismiss(self, message):

def delete(self):
"""
:calls: `POST /repos/:owner/:repo/pulls/:number/reviews/:review_id <https://developer.github.com/v3/pulls/reviews/>`_
:calls: `DELETE /repos/:owner/:repo/pulls/:number/reviews/:review_id <https://developer.github.com/v3/pulls/reviews/>`_
:rtype: None
"""
headers, data = self._requester.requestJsonAndCheck(
Expand Down

0 comments on commit 7ef516d

Please sign in to comment.