Skip to content

Commit 2b208ec

Browse files
author
Melissa LeBlanc-Williams
committed
Fixed example
1 parent 3ac36b8 commit 2b208ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_featherwing/alphanum_featherwing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def print(self, value):
5656
from adafruit_featherwing import alphanum_featherwing
5757
5858
display = alphanum_featherwing.AlphaNumFeatherWing()
59-
display.print(123)
59+
display.print(1234)
6060
6161
"""
6262
self._seg14x4.print(value)

0 commit comments

Comments
 (0)