From b2bcdec0f608dcf64147e94f1547b267baf007b6 Mon Sep 17 00:00:00 2001 From: ines Date: Mon, 20 Mar 2017 22:50:55 +0100 Subject: [PATCH] Update docstring --- spacy/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spacy/__main__.py b/spacy/__main__.py index ba34c478f..23d87acb3 100644 --- a/spacy/__main__.py +++ b/spacy/__main__.py @@ -67,7 +67,7 @@ class CLI(object): """ Generate Python package for model data, including meta and required installation files. A new directory will be created in the specified - output directory. + output directory, and model data will be copied over. """ cli_package(input_dir, output_dir)