caleb531 / automata

A Python library for simulating finite automata, pushdown automata, and Turing machines
https://caleb531.github.io/automata/
MIT License
348 stars 64 forks source link

Correct typo in allow_mutable_automata documentation #194

Closed anshravalll closed 10 months ago

anshravalll commented 10 months ago

Changed 'enable_mutable_automata' global configuration to 'allow_mutable_automata' as mentioned in base/config.py

coveralls commented 10 months ago

Coverage Status

coverage: 99.847%. remained the same when pulling 5194d3a4fd74780ff9e64f2ec91f7c4069e012b0 on anshravalll:patch-1 into 44503d7473dc0d84e82f4f0897137d0cbf5d55e0 on caleb531:main.

eliotwrobson commented 10 months ago

Not directly related to the changes in this PR, but we'll want to make sure the new docs in #189 have this typo fixed as well.

eliotwrobson commented 10 months ago

Closing in favor of #196