Fix copy & paste error in API docs

This commit is contained in:
graue70 2021-03-02 14:00:14 +01:00 committed by GitHub
parent dd99872bb0
commit 0fddc0447c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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