aboutsummaryrefslogtreecommitdiffstats
path: root/pygithub3/requests/pull_requests/comments.py
diff options
context:
space:
mode:
authorDavid Medina <davidmedina9@gmail.com>2012-05-17 22:59:33 +0200
committerDavid Medina <davidmedina9@gmail.com>2012-05-17 22:59:33 +0200
commit8c64210622d2d3aeabb3c23522e27dcebe2fe706 (patch)
tree7e4a9f1ce26a7f373dd7034f1657d8438b5fc00c /pygithub3/requests/pull_requests/comments.py
parentReadme and authors updated (diff)
downloadpython-github3-8c64210622d2d3aeabb3c23522e27dcebe2fe706.tar.xz
python-github3-8c64210622d2d3aeabb3c23522e27dcebe2fe706.zip
refs #10
Diffstat (limited to 'pygithub3/requests/pull_requests/comments.py')
-rw-r--r--pygithub3/requests/pull_requests/comments.py2
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 = {