From 850650221a5315aefdd68f2e1fde0c570b897d76 Mon Sep 17 00:00:00 2001 From: ines Date: Sat, 18 Mar 2017 17:01:01 +0100 Subject: [PATCH] Use correct command in deprecated download command message --- spacy/deprecated.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spacy/deprecated.py b/spacy/deprecated.py index c57cc2d7e..ec528b308 100644 --- a/spacy/deprecated.py +++ b/spacy/deprecated.py @@ -125,7 +125,7 @@ class ModelDownload(): def load(self, lang): util.print_msg( "The spacy.{l}.download command is now deprecated. Please use " - "spacy.download [model name or shortcut] instead. For more " + "python -m spacy download [model name or shortcut] instead. For more " "info and available models, see the documentation: {d}. " "Downloading default '{l}' model now...".format(d=about.__docs__, l=lang), title="Warning: deprecated command")