Skip to content

Commit 5c38c31

Browse files
committed
fix typo
1 parent 1f5072f commit 5c38c31

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

TFT_Gizmo_Candy_Hearts/candy_hearts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
line2.anchored_position = (120, 175)
6565
# pick a random text color
6666
line1.color = line2.color = choice(MESSAGE_COLORS)
67-
# pick a ranomd heart color
67+
# pick a random heart color
6868
palette[1] = choice(HEART_COLORS)
6969
# OK, now turn auto refresh back on to display
7070
display.auto_refresh = True

TFT_Gizmo_Candy_Hearts/clue_hearts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
line2.anchored_position = (120, 175)
6565
# pick a random text color
6666
line1.color = line2.color = choice(MESSAGE_COLORS)
67-
# pick a ranomd heart color
67+
# pick a random heart color
6868
palette[1] = choice(HEART_COLORS)
6969
# OK, now turn auto refresh back on to display
7070
display.auto_refresh = True

0 commit comments

Comments
 (0)