Skip to content

Commit 636ba48

Browse files
committed
Correcting )
1 parent f2d037f commit 636ba48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/display_text_advance_example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@
501501
background_color=0x004499,
502502
)
503503
main_group.append(warning_text)
504-
time.sleep(TIME_PAUSE))
504+
time.sleep(TIME_PAUSE)
505505
display.show(main_group)
506506

507507
main_group.pop()

0 commit comments

Comments
 (0)