Skip to content

Commit

Permalink
Update class-automaton.md
Browse files Browse the repository at this point in the history
Changed 'enable_mutable_automata' global configuration to 'allow_mutable_automata' as mentioned in base/config.py
  • Loading branch information
anshravalll authored Dec 22, 2023
1 parent 44503d7 commit 5194d3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/class-automaton.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ initialization that turns mutable parameters (such as sets or dicts) into their
immutable counterparts (frozensets/frozendicts).

If your application requires maximum performance, you can disable this
conversion via the `enable_mutable_automata` global configuration option. If
conversion via the `allow_mutable_automata` global configuration option. If
enabled, the user must ensure that their automaton instances are never modified,
otherwise correct behavior cannot be guaranteed.

Expand Down

0 comments on commit 5194d3a

Please sign in to comment.