aboutsummaryrefslogtreecommitdiffstats
path: root/pygithub3/requests/gists/comments.py
diff options
context:
space:
mode:
authorDavid Medina <davidmedina9@gmail.com>2012-04-03 23:45:44 +0200
committerDavid Medina <davidmedina9@gmail.com>2012-04-03 23:45:44 +0200
commit673686f0146d7847c8680f207ac159639b9d83e4 (patch)
tree9d28cc75691279ff75f079cd4e085e77241517af /pygithub3/requests/gists/comments.py
parentMimetype example in doc (diff)
downloadpython-github3-673686f0146d7847c8680f207ac159639b9d83e4.tar.xz
python-github3-673686f0146d7847c8680f207ac159639b9d83e4.zip
Fix bug
Diffstat (limited to 'pygithub3/requests/gists/comments.py')
-rw-r--r--pygithub3/requests/gists/comments.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pygithub3/requests/gists/comments.py b/pygithub3/requests/gists/comments.py
index 32f01ec..8e5af15 100644
--- a/pygithub3/requests/gists/comments.py
+++ b/pygithub3/requests/gists/comments.py
@@ -37,4 +37,4 @@ class Update(Request):
class Delete(Request):
- uri = 'gists/comments/1'
+ uri = 'gists/comments/{id}'