mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-13 18:56:36 +03:00
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">
|
<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.
|
objects instead of tuples of `Doc` and `GoldParse` objects.
|
||||||
|
|
||||||
</Infobox>
|
</Infobox>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user