Skip to content

Commit 4e9ae6c

Browse files
committed
comment edits
1 parent 6321e13 commit 4e9ae6c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Dashblock_API/dashblock_learn.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
22
Dashblock API Adafruit Learn Guide Count demo
3-
Using Dashblock to cerate a custom API,
4-
display the number of learn guides on learn.adafruit.com
3+
Use Dashblock to create a custom API for learn.adafruit.com,
4+
then display the number of learn guides on the site
55
"""
66

77
import time
@@ -31,7 +31,7 @@
3131
status_neopixel=board.NEOPIXEL,
3232
default_bg=cwd+"/adabot_cover.bmp",
3333
text_font=cwd+"/fonts/Collegiate-50.bdf",
34-
text_position=((40, 100)), # definition location
34+
text_position=((40, 100)),
3535
text_color=(0x8080FF),
3636
text_maxlen=(4), # max text length, only want first 4 chars for number of guides
3737
caption_text=CAPTION,

0 commit comments

Comments
 (0)