Skip to content

Commit ae252fb

Browse files
committed
Removed comma in *Unicorn readme code
1 parent d460969 commit ae252fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

micropython/modules/cosmic_unicorn/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ while True:
8282

8383
# draw the text
8484
graphics.set_pen(YELLOW)
85-
graphics.text(MESSAGE, round(0 - scroll), 2, -1, 0.55);
85+
graphics.text(MESSAGE, round(0 - scroll), 2, -1, 0.55)
8686

8787
# update the display
8888
cu.update(graphics)

micropython/modules/galactic_unicorn/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ while True:
8282

8383
# draw the text
8484
graphics.set_pen(YELLOW)
85-
graphics.text(MESSAGE, round(0 - scroll), 2, -1, 0.55);
85+
graphics.text(MESSAGE, round(0 - scroll), 2, -1, 0.55)
8686

8787
# update the display
8888
gu.update(graphics)

0 commit comments

Comments
 (0)