From 8461911866dbc6e882bdff1295d106e6c74e675a Mon Sep 17 00:00:00 2001 From: kadarakos Date: Wed, 14 Dec 2022 16:48:59 +0000 Subject: [PATCH] link fix --- spacy/cli/apply.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spacy/cli/apply.py b/spacy/cli/apply.py index d9d742382..4435f3afc 100644 --- a/spacy/cli/apply.py +++ b/spacy/cli/apply.py @@ -95,7 +95,7 @@ def apply_cli( 2. .jsonl files with a specified "field" to read the text from. 3. Files with any other extension are assumed to be containing a single document. - DOCS: https://spacy.io/api/cli#tba + DOCS: https://spacy.io/api/cli#apply """ data_path = ensure_path(data_path) output_file = ensure_path(output_file)