aboutsummaryrefslogtreecommitdiffstats
path: root/pygithub3
diff options
context:
space:
mode:
Diffstat (limited to '')
-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}'