Skip to content
This repository was archived by the owner on Dec 17, 2019. It is now read-only.

Commit 673686f

Browse files
committed
Fix bug
1 parent 551f29c commit 673686f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pygithub3/requests/gists/comments.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ class Update(Request):
3737

3838
class Delete(Request):
3939

40-
uri = 'gists/comments/1'
40+
uri = 'gists/comments/{id}'

0 commit comments

Comments
 (0)