Skip to content

Commit d0caeac

Browse files
authored
Updated comment to have the correct text being sent in the following command.
1 parent 347b09d commit d0caeac

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)