This commit is contained in:
Daniël de Kok 2023-02-01 13:45:35 +01:00 committed by GitHub
parent 4b1b82378b
commit ea885f2133
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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