From fd99438fb2340623d53bbfc8f5316e689efb198d Mon Sep 17 00:00:00 2001 From: Paul O'Leary McCann Date: Thu, 16 Sep 2021 15:54:12 +0900 Subject: [PATCH] Make docs consistent (fix #9126) --- website/docs/usage/embeddings-transformers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/usage/embeddings-transformers.md b/website/docs/usage/embeddings-transformers.md index 9e3f140e4..88fb39f61 100644 --- a/website/docs/usage/embeddings-transformers.md +++ b/website/docs/usage/embeddings-transformers.md @@ -671,7 +671,7 @@ You can then run [`spacy pretrain`](/api/cli#pretrain) with the updated config and pass in optional config overrides, like the path to the raw text file: ```cli -$ python -m spacy pretrain config_pretrain.cfg ./output --paths.raw text.jsonl +$ python -m spacy pretrain config_pretrain.cfg ./output --paths.raw_text text.jsonl ``` The following defaults are used for the `[pretraining]` block and merged into