Skip to content

Commit 7a3106d

Browse files
committed
Fix False typo
1 parent 0d69983 commit 7a3106d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qwiic_alphanumeric.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -627,7 +627,7 @@ def display_on(self):
627627

628628
for i in range(1, self.number_of_displays + 1):
629629
if self.display_on_single(i) == False:
630-
status = false
630+
status = False
631631

632632
return status
633633

0 commit comments

Comments
 (0)