8000 Merge remote-tracking branch 'upstream/develop' into develop · jim-minter/github3.py@6485dde · GitHub
[go: up one dir, main page]

8000
Skip to content

Commit 6485dde

Browse files
committed
Merge remote-tracking branch 'upstream/develop' into develop
2 parents d26e54a + baf51f3 commit 6485dde

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