From 6ed2c945c2d11f39dbdf41d0f9cf2e5ab59f523e Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Tue, 2 Apr 2024 19:39:56 -0500 Subject: [PATCH] Update source/auth/auth.md Co-authored-by: Maxim Katcharov --- source/auth/auth.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/auth/auth.md b/source/auth/auth.md index dddfee8990..5afa9dbef3 100644 --- a/source/auth/auth.md +++ b/source/auth/auth.md @@ -1661,8 +1661,7 @@ def auth(connection): # If there is a cached access token, try to authenticate with it. If # authentication fails with an Authentication error (18), - # it's possible the cached access token is expired. In - # that case, invalidate the access token, fetch a new access token, and try + # invalidate the access token, fetch a new access token, and try # to authenticate again. # If the server fails for any other reason, do not clear the cache. if is_cache: