Skip to content

Commit 589c15d

Browse files
authored
Merge pull request #1972 from mc-mc/patch-1
Thank you for the contribution
2 parents 347b09d + d0caeac commit 589c15d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Make_It_A_Keyboard/strings/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
while True:
1010
if cpx.button_a:
11-
# Type 'abc' followed by Enter (a newline).
11+
# Type 'Jane Doe' followed by Enter (a newline).
1212
layout.write('Jane Doe\n')
1313
while cpx.button_a:
1414
pass

0 commit comments

Comments
 (0)