Skip to content

Commit 05cde58

Browse files
Replace a tab with spaces
1 parent bd7536a commit 05cde58

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Pico_MIDI_Fighter/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
# creating the circles & pulling in positions from spots
6262
for spot in spots:
6363
circle = Circle(x0=spot[0], y0=spot[1], r=14, fill=0x888888)
64-
# adding circles to their display group
64+
# adding circles to their display group
6565
circle_group.append(circle)
6666
# square to show position on menu
6767
rect = Rect(0, 0, 33, 33, fill=None, outline=0x00FF00, stroke = 3)

0 commit comments

Comments
 (0)