We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20b8597 commit eaa658aCopy full SHA for eaa658a
tools/gh_api.py
@@ -48,7 +48,7 @@ def get_auth_token():
48
return token
49
50
print(
51
- "Get a token fom https://github.com/settings/tokens with public repo and gist."
+ "Get a token from https://github.com/settings/tokens with public repo and gist."
52
)
53
token = getpass.getpass("Token: ", stream=sys.stderr)
54
0 commit comments