We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 347b09d + d0caeac commit 589c15dCopy full SHA for 589c15d
Make_It_A_Keyboard/strings/code.py
@@ -8,7 +8,7 @@
8
9
while True:
10
if cpx.button_a:
11
- # Type 'abc' followed by Enter (a newline).
+ # Type 'Jane Doe' followed by Enter (a newline).
12
layout.write('Jane Doe\n')
13
while cpx.button_a:
14
pass
0 commit comments