From 8d56260d922bb566d010bb09d9cd524e4c82a58d Mon Sep 17 00:00:00 2001 From: Ines Montani Date: Wed, 29 Jul 2020 14:07:13 +0200 Subject: [PATCH] Fix docstrings [ci skip] --- spacy/pipeline/pipe.pyx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spacy/pipeline/pipe.pyx b/spacy/pipeline/pipe.pyx index 05f900e08..3500d6cf5 100644 --- a/spacy/pipeline/pipe.pyx +++ b/spacy/pipeline/pipe.pyx @@ -76,7 +76,7 @@ class Pipe: """Modify a batch of documents, using pre-computed scores. docs (Iterable[Doc]): The documents to modify. - tokvecses: The tensors to set, produced by Pipe.predict. + scores: The scores to assign. DOCS: https://spacy.io/api/pipe#predict """