mirror of
				https://github.com/avatao-content/baseimage-tutorial-framework
				synced 2025-11-04 02:32:54 +00:00 
			
		
		
		
	Fix typo in comment
This commit is contained in:
		@@ -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
 | 
			
		||||
    """
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user