diff options
author | 2012-05-17 22:59:33 +0200 | |
---|---|---|
committer | 2012-05-17 22:59:33 +0200 | |
commit | 8c64210622d2d3aeabb3c23522e27dcebe2fe706 (patch) | |
tree | 7e4a9f1ce26a7f373dd7034f1657d8438b5fc00c /pygithub3/requests/pull_requests/comments.py | |
parent | Readme and authors updated (diff) | |
download | python-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.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 = { |