From 196e753fb9cb402a3a5a17465f8e299e46ee4807 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krist=C3=B3f=20T=C3=B3th?= Date: Fri, 29 Jun 2018 15:59:03 +0200 Subject: [PATCH] Fix typo in comment --- lib/tfw/fsm_base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tfw/fsm_base.py b/lib/tfw/fsm_base.py index 7296627..8b1edd3 100644 --- a/lib/tfw/fsm_base.py +++ b/lib/tfw/fsm_base.py @@ -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 """