mirror of
https://github.com/avatao-content/baseimage-tutorial-framework
synced 2024-11-05 19:31:22 +00:00
Fix typo in comment
This commit is contained in:
parent
427694623f
commit
196e753fb9
@ -12,7 +12,7 @@ class FSMBase(CallbackMixin):
|
|||||||
"""
|
"""
|
||||||
A general FSM base class you can inherit from to track user progress.
|
A general FSM base class you can inherit from to track user progress.
|
||||||
See linear_fsm.py for an example use-case.
|
See linear_fsm.py for an example use-case.
|
||||||
TFW the transitions library for state machines, please refer to their
|
TFW uses the transitions library for state machines, please refer to their
|
||||||
documentation for more information on creating your own machines:
|
documentation for more information on creating your own machines:
|
||||||
https://github.com/pytransitions/transitions
|
https://github.com/pytransitions/transitions
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user