mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-26 01:04:34 +03:00
Fix success message [ci skip]
This commit is contained in:
parent
270c836bd6
commit
2c9804038d
|
@ -39,7 +39,7 @@ def init_vectors_cli(
|
|||
nlp.to_disk(output_dir)
|
||||
msg.good(
|
||||
"Saved nlp object with vectors to output directory. You can now use the "
|
||||
"path to it in your config as the 'vectors' setting in [initialize.vocab].",
|
||||
"path to it in your config as the 'vectors' setting in [initialize].",
|
||||
output_dir.resolve(),
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user