mirror of https://github.com/explosion/spaCy.git
Update docstring
This commit is contained in:
parent
bf240132d7
commit
b2bcdec0f6
|
@ -67,7 +67,7 @@ class CLI(object):
|
||||||
"""
|
"""
|
||||||
Generate Python package for model data, including meta and required
|
Generate Python package for model data, including meta and required
|
||||||
installation files. A new directory will be created in the specified
|
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)
|
cli_package(input_dir, output_dir)
|
||||||
|
|
Loading…
Reference in New Issue