Skip to content

Commit

Permalink
Fix success message [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
ines committed Oct 23, 2020
1 parent 270c836 commit 2c98040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spacy/cli/init_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
)

Expand Down

0 comments on commit 2c98040

Please sign in to comment.