diff --git a/spacy/cli/apply.py b/spacy/cli/apply.py index 4435f3afc..1b2e69b9b 100644 --- a/spacy/cli/apply.py +++ b/spacy/cli/apply.py @@ -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" )