8000 Change quotes as requested by Giles. (#192) · pdg137/python-editor-next@2ac81c1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2ac81c1

Browse files
Change quotes as requested by Giles. (microbit-foundation#192)
This matches our resources and is easier for kids.
1 parent 0a14e40 commit 2ac81c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/serial/XTerm.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const ptToPixelRatio = 96 / 72;
2323

2424
const introText = `This box will show errors and things you print. Try
2525
26-
print("Hello, World")
26+
print('Hello, World')
2727
2828
You can press Ctrl-C to interrupt the micro:bit program then type Python commands directly to your micro:bit
2929
`;

0 commit comments

Comments
 (0)
0