mirror of https://github.com/explosion/spaCy.git
Fix copy & paste error in API docs
This commit is contained in:
parent
dd99872bb0
commit
0fddc0447c
|
@ -364,7 +364,7 @@ Evaluate a pipeline's components.
|
|||
|
||||
<Infobox variant="warning" title="Changed in v3.0">
|
||||
|
||||
The `Language.update` method now takes a batch of [`Example`](/api/example)
|
||||
The `Language.evaluate` method now takes a batch of [`Example`](/api/example)
|
||||
objects instead of tuples of `Doc` and `GoldParse` objects.
|
||||
|
||||
</Infobox>
|
||||
|
|
Loading…
Reference in New Issue