mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 01:46:28 +03:00
fix typo
This commit is contained in:
parent
9b75d872b0
commit
d9471f684f
|
@ -34,7 +34,7 @@ def get_package(value=None, data_path=None):
|
||||||
"model.")
|
"model.")
|
||||||
except CompatiblePackageNotFoundException as e:
|
except CompatiblePackageNotFoundException as e:
|
||||||
raise RuntimeError("Installed model is not compatible with spaCy "
|
raise RuntimeError("Installed model is not compatible with spaCy "
|
||||||
"version. Please run 'python -m spacy.en.download "
|
"version. Please run 'python -m spacy.en.download' "
|
||||||
"--force' to install latest compatible model.")
|
"--force' to install latest compatible model.")
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user