]> git.cworth.org Git - turbot/blobdiff - gsheets-authenticate.py
Fix a stale file name embedded in a comment
[turbot] / 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):