From 309fc63dbccf24c37519006f02b5e2f547d692bc Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Tue, 29 Sep 2020 15:58:37 -0700 Subject: [PATCH] Fix a stale file name embedded in a comment We renamed this file recently so the comment was wrong. Re-word the comment here so that we don't need to keep tracking the latest name of this file. --- gsheets-authenticate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gsheets-authenticate.py b/gsheets-authenticate.py index 7140b8e..0fddf67 100755 --- a/gsheets-authenticate.py +++ b/gsheets-authenticate.py @@ -16,7 +16,7 @@ def main(): Resulting authorization token is stored in token.pickle. """ creds = None - # The file token.pickle stores the user's access and refresh tokens, and is + # The token file stores the user's access and refresh tokens, and is # created automatically when the authorization flow completes for the first # time. if os.path.exists(TOKEN_FILE): -- 2.43.0