From ea885f2133e1e4b57ec7f13798ccaefee6059725 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20de=20Kok?= Date: Wed, 1 Feb 2023 13:45:35 +0100 Subject: [PATCH] Typo --- spacy/pipeline/transition_parser.pyx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spacy/pipeline/transition_parser.pyx b/spacy/pipeline/transition_parser.pyx index 84f913a28..1a9314eba 100644 --- a/spacy/pipeline/transition_parser.pyx +++ b/spacy/pipeline/transition_parser.pyx @@ -782,7 +782,7 @@ def _states_diff_to_actions( """ 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 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 StateC* c_state_before