Fix comment in recipe
This commit is contained in:
parent
7f6ac376e2
commit
cfcbb1f69f
|
@ -1049,7 +1049,7 @@ 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 --- #
|
||||
# ---===--- Loop taking in user input (buttons) --- #
|
||||
while True:
|
||||
(button, value) = form.Read()
|
||||
if button is 'EXIT' or button is None:
|
||||
|
|
Loading…
Reference in New Issue