Skip to content

Commit

Permalink
Update automata/fa/nfa.py
Browse files Browse the repository at this point in the history
  • Loading branch information
eliotwrobson authored Sep 23, 2024
1 parent a0878a6 commit 4fb91df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automata/fa/nfa.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ def from_regex(
The regex to construct an equivalent NFA for.
input_symbols : Optional[AbstractSet[str]], default: None
The set of input symbols to create the NFA over. If not
set, defaults to all letters found in the regex.
set, defaults to all non-reserved characters found in the regex.
Returns
------
Expand Down

0 comments on commit 4fb91df

Please sign in to comment.