Skip to content

Commit e5311d2

Browse files
committed
Fix switch example
1 parent 9590a16 commit e5311d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pingo/examples/switch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
def show_f():
1616
global seg_display
1717
seg_display.digit = 0xF
18-
print('Fechado'- # Closed
18+
print('Fechado') # Closed
1919

2020

2121
def show_a():

0 commit comments

Comments
 (0)