Skip to content

Commit eaa658a

Browse files
committed
Fix a typo
1 parent 20b8597 commit eaa658a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/gh_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def get_auth_token():
4848
return token
4949

5050
print(
51-
"Get a token fom https://github.com/settings/tokens with public repo and gist."
51+
"Get a token from https://github.com/settings/tokens with public repo and gist."
5252
)
5353
token = getpass.getpass("Token: ", stream=sys.stderr)
5454

0 commit comments

Comments
 (0)