mirror of https://github.com/explosion/spaCy.git
Fix docstring [ci skip]
This commit is contained in:
parent
8d56260d92
commit
6e2623d3f8
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue