aboutsummaryrefslogtreecommitdiffstats
path: root/pygithub3/services/issues/comments.py
diff options
context:
space:
mode:
authorAlejandro Gómez <alejandroogomez@gmail.com>2012-04-29 12:32:09 +0200
committerAlejandro Gómez <alejandroogomez@gmail.com>2012-05-27 19:54:29 +0200
commitba2b5047c0be1f02b737a6dcbef50e7455f4d7b2 (patch)
tree260f700df31c49fd7fdbe113cbb63b8d3f4dd781 /pygithub3/services/issues/comments.py
parenttest Label validation errors (diff)
downloadpython-github3-ba2b5047c0be1f02b737a6dcbef50e7455f4d7b2.tar.xz
python-github3-ba2b5047c0be1f02b737a6dcbef50e7455f4d7b2.zip
add `Labels` and `Milestones` to docs
Diffstat (limited to 'pygithub3/services/issues/comments.py')
-rw-r--r--pygithub3/services/issues/comments.py2
1 files changed, 1 insertions, 1 deletions
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,