Skip to content

Commit

Permalink
Merge branch 'master' into py36
Browse files Browse the repository at this point in the history
  • Loading branch information
rm-hull committed Jan 22, 2017
2 parents a2aa654 + 1947b0e commit 03dcafa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/sevensegment_demo.py
Expand Up @@ -84,7 +84,7 @@ def main():
seg.text = "_" * seg.device.width
time.sleep(1.0)

for i, ch in enumerate([9,8,7,6,5,4,3,2]):
for i, ch in enumerate([9, 8, 7, 6, 5, 4, 3, 2]):
seg.text[i] = str(ch)
time.sleep(0.6)

Expand Down

0 comments on commit 03dcafa

Please sign in to comment.