##// END OF EJS Templates
Fix a typo
Andrew Kreimer -
Show More
@@ -48,7 +48,7 b' def get_auth_token():'
48 return token
48 return token
49
49
50 print(
50 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."
52 )
52 )
53 token = getpass.getpass("Token: ", stream=sys.stderr)
53 token = getpass.getpass("Token: ", stream=sys.stderr)
54
54
General Comments 0
You need to be logged in to leave comments. Login now