8000 Fix docstring · veziak/github3.py@64bef28 · GitHub
[go: up one dir, main page]

Skip to content

Commit 64bef28

Browse files
author
Michael
committed
Fix docstring
1 parent 87de595 commit 64bef28

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