]> git.cworth.org Git - turbot/commitdiff
Fix a stale file name embedded in a comment
authorCarl Worth <cworth@cworth.org>
Tue, 29 Sep 2020 22:58:37 +0000 (15:58 -0700)
committerCarl Worth <cworth@cworth.org>
Tue, 29 Sep 2020 22:58:37 +0000 (15:58 -0700)
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

index 7140b8ecac3359b00f45176158859e3b1e5a8ad6..0fddf679bae5339774e8111fe33aed3afcebcba4 100755 (executable)
@@ -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):