From da4b738b45efcfc397ee7804da945f7cb34bd51a Mon Sep 17 00:00:00 2001 From: BlueFox Date: Fri, 1 Nov 2024 20:54:54 +0000 Subject: [PATCH] [__init__.py] Made a comment better understandable --- __init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__init__.py b/__init__.py index 107b892..81b9fb2 100644 --- a/__init__.py +++ b/__init__.py @@ -137,7 +137,7 @@ class lcdMenu: else: self.lcd.putstr(" "+chr(2)) elif self.current_selection == 0 and not self.cycle: # first item selected and no cycling - self.lcd.putstr(" ") # leave it spacy + self.lcd.putstr(" ") # leave the line with spaces else: self.lcd.putstr(" " + chr(0))