From e2e9c95ad5fb8d371d750e7d41ccdf897ad93920 Mon Sep 17 00:00:00 2001 From: Alejandro Gómez Date: Sun, 27 May 2012 19:53:49 +0200 Subject: Change "Edit" to "Update" in docstring --- pygithub3/services/issues/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pygithub3/services') 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 -- cgit v1.2.3-59-g8ed1b