Merge pull request #7251 from graue70/patch-1 [ci skip]

Fix copy & paste error in API docs
This commit is contained in:
Ines Montani 2021-03-03 00:06:44 +11:00 committed by GitHub
commit d723382caa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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