From 1efef3f21608b54b65d141e3128b237a438b8234 Mon Sep 17 00:00:00 2001 From: kadarakos Date: Thu, 15 Dec 2022 11:15:48 +0100 Subject: [PATCH] Update spacy/cli/apply.py Co-authored-by: Paul O'Leary McCann --- spacy/cli/apply.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" )