diff --git a/spacy/pipeline/pipe.pyx b/spacy/pipeline/pipe.pyx index 3500d6cf5..ab80aa32e 100644 --- a/spacy/pipeline/pipe.pyx +++ b/spacy/pipeline/pipe.pyx @@ -78,7 +78,7 @@ class Pipe: docs (Iterable[Doc]): The documents to modify. scores: The scores to assign. - DOCS: https://spacy.io/api/pipe#predict + DOCS: https://spacy.io/api/pipe#set_annotations """ raise NotImplementedError