Skip to content

Commit b2e3688

Browse files
authored
docs: fix grammar with fetch_token docstring (#273)
1 parent 33d79be commit b2e3688

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google_auth_oauthlib/flow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ def fetch_token(self, **kwargs):
276276
277277
Returns:
278278
Mapping[str, str]: The obtained tokens. Typically, you will not use
279-
return value of this function and instead and use
279+
return value of this function and instead use
280280
:meth:`credentials` to obtain a
281281
:class:`~google.auth.credentials.Credentials` instance.
282282
"""

0 commit comments

Comments
 (0)