Skip to content

Commit

Permalink
Fix grammar (#2003)
Browse files Browse the repository at this point in the history
Line 105 had a grammar mistake
  • Loading branch information
Anthonyg5005 authored Jan 26, 2024
1 parent c85f3ee commit 3788f53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/huggingface_hub/_login.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def login(
if token is not None:
if not add_to_git_credential:
print(
"Token will not been saved to git credential helper. Pass"
"Token has not been saved to git credential helper. Pass"
" `add_to_git_credential=True` if you want to set the git"
" credential as well."
)
Expand Down

0 comments on commit 3788f53

Please sign in to comment.