From eaa658a9592fb41b5776d346a13bab0edc828cae 2024-10-03 12:15:44 From: Andrew Kreimer Date: 2024-10-03 12:15:44 Subject: [PATCH] Fix a typo --- diff --git a/tools/gh_api.py b/tools/gh_api.py index 2a34e6a..bee7018 100644 --- a/tools/gh_api.py +++ b/tools/gh_api.py @@ -48,7 +48,7 @@ def get_auth_token(): return token print( - "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." ) token = getpass.getpass("Token: ", stream=sys.stderr)