diff options
author | 2012-05-27 19:53:49 +0200 | |
---|---|---|
committer | 2012-05-27 19:54:29 +0200 | |
commit | e2e9c95ad5fb8d371d750e7d41ccdf897ad93920 (patch) | |
tree | 5c5029958193d965e5d63243bce1e4b1780eb4cc /pygithub3 | |
parent | add Pull Request to `Issue` resources (diff) | |
download | python-github3-e2e9c95ad5fb8d371d750e7d41ccdf897ad93920.tar.xz python-github3-e2e9c95ad5fb8d371d750e7d41ccdf897ad93920.zip |
Change "Edit" to "Update" in docstring
Diffstat (limited to 'pygithub3')
-rw-r--r-- | pygithub3/services/issues/__init__.py | 2 |
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 |