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"}