aboutsummaryrefslogtreecommitdiffstats
path: root/pygithub3
diff options
context:
space:
mode:
Diffstat (limited to 'pygithub3')
-rw-r--r--pygithub3/services/issues/comments.py2
-rw-r--r--pygithub3/services/issues/labels.py1
-rw-r--r--pygithub3/services/issues/milestones.py3
3 files changed, 4 insertions, 2 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,
diff --git a/pygithub3/services/issues/labels.py b/pygithub3/services/issues/labels.py
index 0355918..6aea6e7 100644
--- a/pygithub3/services/issues/labels.py
+++ b/pygithub3/services/issues/labels.py
@@ -1,3 +1,4 @@
+#!/usr/bin/env python
# -*- encoding: utf-8 -*-
from pygithub3.services.base import Service
diff --git a/pygithub3/services/issues/milestones.py b/pygithub3/services/issues/milestones.py
index aba6dd4..851e9f2 100644
--- a/pygithub3/services/issues/milestones.py
+++ b/pygithub3/services/issues/milestones.py
@@ -1,3 +1,4 @@
+#!/usr/bin/env python
# -*- encoding: utf-8 -*-
from pygithub3.services.base import Service
@@ -94,7 +95,7 @@ class Milestones(Service):
:param str repo: Repo name
:param int number: Milestone number
- ... warning::
+ .. warning::
You must be authenticated
"""
request = self.request_builder('issues.milestones.delete',