From: Carl Worth Date: Tue, 29 Sep 2020 22:58:37 +0000 (-0700) Subject: Fix a stale file name embedded in a comment X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=309fc63dbccf24c37519006f02b5e2f547d692bc;hp=69ac593440ed9cb320ffcd7d10b2c2c75dceb819;p=turbot 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. --- 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):