Skip to content

Commit 2a6f3fa

Browse files
committed
Update qwiic_alphanumeric_ex10_scrolling_string.py
1 parent aad1868 commit 2a6f3fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/qwiic_alphanumeric_ex10_scrolling_string.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def run_example():
6262
time.sleep(0.03)
6363
my_display.shift_left()
6464
# Alternatively - you could also shift the string to the right
65-
# my_dispplay.shift_right()
65+
# my_display.shift_right()
6666

6767
if __name__ == '__main__':
6868
try:

0 commit comments

Comments
 (0)