Fix new-style header

This commit is contained in:
Paul O'Leary McCann 2023-01-12 17:30:59 +09:00
parent d7192c457b
commit 4bad296293

View File

@ -250,7 +250,7 @@ $ python -m spacy init labels [config_path] [output_path] [--code] [--verbose] [
| overrides | Config parameters to override. Should be options starting with `--` that correspond to the config section and value to override, e.g. `--paths.train ./train.spacy`. ~~Any (option/flag)~~ |
| **CREATES** | The label files. |
## configure {id="configure", new="TODO"}
## configure {id="configure", version="TODO"}
Modify or combine existing configs in high-level ways. Can be used to automate
config changes made as part of the development cycle.