aboutsummaryrefslogtreecommitdiffstats
path: root/pygithub3/services/issues/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'pygithub3/services/issues/__init__.py')
-rw-r--r--pygithub3/services/issues/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pygithub3/services/issues/__init__.py b/pygithub3/services/issues/__init__.py
index 62ed105..e8e3493 100644
--- a/pygithub3/services/issues/__init__.py
+++ b/pygithub3/services/issues/__init__.py
@@ -70,7 +70,7 @@ class Issue(Service):
return self._post(request)
def update(self, user, repo, number, data):
- """ Edit an issue
+ """ Update an issue
:param str user: Username
:param str repo: Repo name