Skip to content

Commit a868889

Browse files
authored
fix typo (#2762)
1 parent 3cdebe8 commit a868889

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/huggingface_hub/commands/upload_large_folder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def run(self) -> None:
105105
" - You must not delete the `./.cache/huggingface/` folder while a process is running.\n"
106106
" - You can delete the `./.cache/huggingface/` folder to reinitialize the upload state when process is not running. Files will have to be hashed and preuploaded again, except for already committed files.\n"
107107
"\n"
108-
"If the process output is to verbose, you can disable the progress bars with `--no-bars`. "
108+
"If the process output is too verbose, you can disable the progress bars with `--no-bars`. "
109109
"You can also entirely disable the status report with `--no-report`.\n"
110110
"\n"
111111
"For more details, run `huggingface-cli upload-large-folder --help` or check the documentation at "

0 commit comments

Comments
 (0)