diff options
author | 2012-04-03 23:45:44 +0200 | |
---|---|---|
committer | 2012-04-03 23:45:44 +0200 | |
commit | 673686f0146d7847c8680f207ac159639b9d83e4 (patch) | |
tree | 9d28cc75691279ff75f079cd4e085e77241517af /pygithub3/requests/gists/comments.py | |
parent | Mimetype example in doc (diff) | |
download | python-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.py | 2 |
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}' |