Merge pull request #8507 from bryant1410/patch-3

Fix typo in `train_cli` docstring
This commit is contained in:
Paul O'Leary McCann 2021-06-27 13:50:48 +09:00 committed by GitHub
commit 894caab475
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@ def train_cli(
"""
Train or update a spaCy pipeline. Requires data in spaCy's binary format. To
convert data from other formats, use the `spacy convert` command. The
config file includes all settings and hyperparameters used during traing.
config file includes all settings and hyperparameters used during training.
To override settings in the config, e.g. settings that point to local
paths or that you want to experiment with, you can override them as
command line options. For instance, --training.batch_size 128 overrides