We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 050e027 commit 1bdf9b7Copy full SHA for 1bdf9b7
automata/fa/dfa.py
@@ -75,7 +75,7 @@ class DFA(fa.FA):
75
The initial state for this DFA.
76
final_states : AbstractSet[DFAStateT]
77
A set of final states for this DFA
78
- allow_partial : bool, default: True
+ allow_partial : bool, default: False
79
By default, each DFA state must have a transition to
80
every input symbol; if this parameter is `True`, you can disable this
81
characteristic (such that any DFA state can have fewer transitions than input
0 commit comments