mirror of
https://github.com/explosion/spaCy.git
synced 2025-03-13 07:55:49 +03:00
fix small typos (#6698)
This commit is contained in:
parent
bf6992c2dd
commit
e5394cd91d
|
@ -742,7 +742,7 @@ def create_instances(max_length: int) -> Callable[[Doc], List[Tuple[Span, Span]]
|
||||||
return get_candidates
|
return get_candidates
|
||||||
```
|
```
|
||||||
|
|
||||||
This function in added to the [`@misc` registry](/api/top-level#registry) so we
|
This function is added to the [`@misc` registry](/api/top-level#registry) so we
|
||||||
can refer to it from the config, and easily swap it out for any other candidate
|
can refer to it from the config, and easily swap it out for any other candidate
|
||||||
generation function.
|
generation function.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user