From 7dc2374df79b3e02d0d17d3eda07848b0121765f Mon Sep 17 00:00:00 2001 From: Paul McGuire Date: Tue, 28 May 2019 20:15:38 -0500 Subject: Fix description in module header --- examples/statemachine/vending_machine.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/examples/statemachine/vending_machine.py b/examples/statemachine/vending_machine.py index 79158e5..f48d2f9 100644 --- a/examples/statemachine/vending_machine.py +++ b/examples/statemachine/vending_machine.py @@ -3,7 +3,9 @@ # # Example of using the statemachine parser without importing a .pystate module. # -# A vending machine that +# A vending machine that dispenses candy and chips in a 4x4 grid, A1 thru D4. +# To dispense a product, you must press an alpha button, then a digit button. +# import statemachine -- cgit v1.2.1