From 72820896d4caa25a7d1a12970fb58d1db86732ee Mon Sep 17 00:00:00 2001 From: Bharat Raghunathan Date: Tue, 9 Apr 2019 15:10:03 +0530 Subject: [PATCH] Fix typo in web docs cli.md (#3559) --- 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 a9d1a21b5..2795874f0 100644 --- a/website/docs/api/cli.md +++ b/website/docs/api/cli.md @@ -189,7 +189,7 @@ using the [`package`](/api/cli#package) command. -As of spaCy 2.1, the `--no-tagger`, `--no-parser` and `--no-parser` flags have +As of spaCy 2.1, the `--no-tagger`, `--no-parser` and `--no-entities` flags have been replaced by a `--pipeline` option, which lets you define comma-separated names of pipeline components to train. For example, `--pipeline tagger,parser` will only train the tagger and parser.