diff --git a/google_auth_oauthlib/flow.py b/google_auth_oauthlib/flow.py index a3785e9..7d8e521 100644 --- a/google_auth_oauthlib/flow.py +++ b/google_auth_oauthlib/flow.py @@ -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. """