From 8c64210622d2d3aeabb3c23522e27dcebe2fe706 Mon Sep 17 00:00:00 2001 From: David Medina Date: Thu, 17 May 2012 22:59:33 +0200 Subject: refs #10 --- pygithub3/requests/pull_requests/comments.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pygithub3/requests') 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 = { -- cgit v1.2.3-59-g8ed1b