Fix docstrings [ci skip]

This commit is contained in:
Ines Montani 2020-07-29 14:07:13 +02:00
parent 80b18124d2
commit 8d56260d92
1 changed files with 1 additions and 1 deletions

View File

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