From ba2b5047c0be1f02b737a6dcbef50e7455f4d7b2 Mon Sep 17 00:00:00 2001 From: Alejandro Gómez Date: Sun, 29 Apr 2012 12:32:09 +0200 Subject: add `Labels` and `Milestones` to docs --- pygithub3/services/issues/comments.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pygithub3/services/issues/comments.py') diff --git a/pygithub3/services/issues/comments.py b/pygithub3/services/issues/comments.py index 5d6980a..d007286 100644 --- a/pygithub3/services/issues/comments.py +++ b/pygithub3/services/issues/comments.py @@ -67,7 +67,7 @@ class Comments(Service): :param str repo: Repo name :param int id: Comment id - ... warning:: + .. warning:: You must be authenticated """ request = self.request_builder('issues.comments.delete', user=user, -- cgit v1.2.3-59-g8ed1b