Fix typo in comment

This commit is contained in:
Kristóf Tóth 2018-06-29 15:59:03 +02:00
parent 427694623f
commit 196e753fb9

View File

@ -12,7 +12,7 @@ class FSMBase(CallbackMixin):
"""
A general FSM base class you can inherit from to track user progress.
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:
https://github.com/pytransitions/transitions
"""