From cfcbb1f69f66236b38f95f43a01d48ca1a0c1e43 Mon Sep 17 00:00:00 2001 From: MikeTheWatchGuy Date: Mon, 10 Sep 2018 17:17:02 -0400 Subject: [PATCH] Fix comment in recipe --- docs/cookbook.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/cookbook.md b/docs/cookbook.md index a38ca74c..1373dae6 100644 --- a/docs/cookbook.md +++ b/docs/cookbook.md @@ -1049,8 +1049,8 @@ You can easily change colors to match your background by changing a couple of pa form.Layout(layout) - # ---===--- Loop taking in user input and using it to query HowDoI --- # - while True: + # ---===--- Loop taking in user input (buttons) --- # + while True: (button, value) = form.Read() if button is 'EXIT' or button is None: break # exit button clicked