From 673686f0146d7847c8680f207ac159639b9d83e4 Mon Sep 17 00:00:00 2001 From: David Medina Date: Tue, 3 Apr 2012 23:45:44 +0200 Subject: Fix bug --- pygithub3/requests/gists/comments.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pygithub3') 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}' -- cgit v1.2.3-59-g8ed1b