diff options
author | 2012-04-29 12:32:09 +0200 | |
---|---|---|
committer | 2012-05-27 19:54:29 +0200 | |
commit | ba2b5047c0be1f02b737a6dcbef50e7455f4d7b2 (patch) | |
tree | 260f700df31c49fd7fdbe113cbb63b8d3f4dd781 /pygithub3/services/issues/comments.py | |
parent | test Label validation errors (diff) | |
download | python-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.py | 2 |
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, |