From da6ed3e5617543cfa596c07e694941ae00dcc607 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danie=CC=88l=20de=20Kok?= Date: Mon, 9 Jan 2023 13:39:32 +0100 Subject: [PATCH] CREATES -> PRINTS --- website/docs/api/cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/api/cli.md b/website/docs/api/cli.md index f54809e7b..62a8c63c5 100644 --- a/website/docs/api/cli.md +++ b/website/docs/api/cli.md @@ -1194,7 +1194,7 @@ $ python -m spacy benchmark speed [model] [data_path] [--batch_size] [--no-shuff | `--batches` | Number of batches to benchmark on. Defaults to `50`. ~~Optional[int] \(option)~~ | | `--warmup`, `-w` | Iterations over the benchmark data for warmup. Defaults to `3` ~~Optional[int] \(option)~~ | | `--help`, `-h` | Show help message and available arguments. ~~bool (flag)~~ | -| **CREATES** | Pipeline speed with 95% confidence interval. | +| **PRINTS** | Pipeline speed with 95% confidence interval. | ## apply {#apply new="3.5" tag="command"}