From 3788f537b10c7d02149d6bf017d2ce19885f90a2 Mon Sep 17 00:00:00 2001 From: Anthony Guijarro Date: Fri, 26 Jan 2024 08:35:27 -0600 Subject: [PATCH] Fix grammar (#2003) Line 105 had a grammar mistake --- src/huggingface_hub/_login.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/huggingface_hub/_login.py b/src/huggingface_hub/_login.py index 0bd7ae453f..3f1ff79fa8 100644 --- a/src/huggingface_hub/_login.py +++ b/src/huggingface_hub/_login.py @@ -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." )