mirror of
https://github.com/explosion/spaCy.git
synced 2025-08-02 03:10:22 +03:00
Typo
This commit is contained in:
parent
4b1b82378b
commit
ea885f2133
|
@ -782,7 +782,7 @@ def _states_diff_to_actions(
|
||||||
"""
|
"""
|
||||||
Return for two sets of states the actions to go from the first set of
|
Return for two sets of states the actions to go from the first set of
|
||||||
states to the second set of states. The histories of the first set of
|
states to the second set of states. The histories of the first set of
|
||||||
states must be prefix of the second set of states.
|
states must be a prefix of the second set of states.
|
||||||
"""
|
"""
|
||||||
cdef StateClass before_state, after_state
|
cdef StateClass before_state, after_state
|
||||||
cdef StateC* c_state_before
|
cdef StateC* c_state_before
|
||||||
|
|
Loading…
Reference in New Issue
Block a user