diff options
Diffstat (limited to 'pygithub3/requests/pull_requests/comments.py')
-rw-r--r-- | pygithub3/requests/pull_requests/comments.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pygithub3/requests/pull_requests/comments.py b/pygithub3/requests/pull_requests/comments.py index dd69894..1904f6c 100644 --- a/pygithub3/requests/pull_requests/comments.py +++ b/pygithub3/requests/pull_requests/comments.py @@ -32,7 +32,7 @@ class Create(Request): return self.body -class Edit(Request): +class Update(Request): uri = 'repos/{user}/{repo}/pulls/comments/{number}' resource = Comment body_schema = { |