8000
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.
1 parent c76fe77 commit dde0c20Copy full SHA for dde0c20
lib/utils/pyexec.c
@@ -410,7 +410,7 @@ int pyexec_friendly_repl(void) {
410
return PYEXEC_FORCED_EXIT;
411
} else if (ret == CHAR_CTRL_E) {
412
// paste mode
413
- mp_hal_stdout_tx_str("\r\npaste mode; CTRL-C to cancel, CTRL-D to finish\r\n=== ");
+ mp_hal_stdout_tx_str("\r\npaste mode; Ctrl-C to cancel, Ctrl-D to finish\r\n=== ");
414
vstr_reset(&line);
415
for (;;) {
416
char c = mp_hal_stdin_rx_chr();
0 commit comments