From 98a8616aa0f28d26571b6feac0a5a33f8bd45bb4 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Thu, 16 Mar 2023 11:31:22 +0100 Subject: [PATCH] docs: fix grammar with fetch_token docstring --- google_auth_oauthlib/flow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. """