Skip to content

Commit

Permalink
docs: fix grammar with fetch_token docstring (#273)
Browse files Browse the repository at this point in the history
  • Loading branch information
blueyed authored Mar 27, 2023
1 parent 33d79be commit b2e3688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google_auth_oauthlib/flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ def fetch_token(self, **kwargs):
Returns:
Mapping[str, str]: The obtained tokens. Typically, you will not use
return value of this function and instead and use
return value of this function and instead use
:meth:`credentials` to obtain a
:class:`~google.auth.credentials.Credentials` instance.
"""
Expand Down

0 comments on commit b2e3688

Please sign in to comment.