8000 Merge pull request #424 from miketwo/patch-1 · pythonthings/github3.py@baf51f3 · GitHub
[go: up one dir, main page]

Skip to content

Commit baf51f3

Browse files
committed
Merge pull request sigmavirus24#424 from miketwo/patch-1
Fix docstring
2 parents 87de595 + 64bef28 commit baf51f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

github3/auths.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,11 @@ def _update(self, scopes_data, note, note_url):
7070

7171
@requires_basic_auth
7272
def add_scopes(self, scopes, note=None, note_url=None):
73-
"""Remove the scopes from this authorization.
73+
"""Adds the scopes to this authorization.
7474
7575
.. versionadded:: 1.0
7676
77-
:param list scopes: Remove these scopes from the ones present on this
77+
:param list scopes: Adds these scopes to the ones present on this
7878
authorization
7979
:param str note: (optional), Note about the authorization
8080
:param str note_url: (optional), URL to link to when the user views

0 commit comments

Comments
 (0)
0