Update spacy/cli/apply.py

Co-authored-by: Paul O'Leary McCann <polm@dampfkraft.com>
This commit is contained in:
kadarakos 2022-12-15 11:15:48 +01:00 committed by GitHub
parent 8461911866
commit 1efef3f216
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@ path_help = (
"specified field is going to be grabbed ('text' "
"by default)."
)
out_help = "Path where to save the result .spacy file"
out_help = "Path to save the resulting .spacy file"
code_help = (
"Path to Python file with additional " "code (registered functions) to be imported"
)