Skip to content

Commit e2e9c95

Browse files
author
Alejandro Gómez
committed
Change "Edit" to "Update" in docstring
1 parent a83b53b commit e2e9c95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pygithub3/services/issues/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def create(self, user, repo, data):
7070
return self._post(request)
7171

7272
def update(self, user, repo, number, data):
73-
""" Edit an issue
73+
""" Update an issue
7474
7575
:param str user: Username
7676
:param str repo: Repo name

0 commit comments

Comments
 (0)