From 4bad2962938d70c6beba42bdbd977393922dbe24 Mon Sep 17 00:00:00 2001 From: Paul O'Leary McCann Date: Thu, 12 Jan 2023 17:30:59 +0900 Subject: [PATCH] Fix new-style header --- website/docs/api/cli.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/api/cli.mdx b/website/docs/api/cli.mdx index 08c422a17..0c982f389 100644 --- a/website/docs/api/cli.mdx +++ b/website/docs/api/cli.mdx @@ -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.