Skip to content

Commit

Permalink
Fix switch example
Browse files Browse the repository at this point in the history
  • Loading branch information
s-celles committed Feb 20, 2016
1 parent 9590a16 commit e5311d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pingo/examples/switch.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
def show_f():
global seg_display
seg_display.digit = 0xF
print('Fechado'- # Closed
print('Fechado') # Closed


def show_a():
Expand Down

0 comments on commit e5311d2

Please sign in to comment.