@@ -36,13 +36,13 @@ status. If that doesn't work, you can exit the interpreter by typing the
3636following command: ``quit() ``.
3737
3838The interpreter's line-editing features include interactive editing, history
39- substitution and code completion on systems that support readline.
40- Perhaps the quickest check to see whether command line editing is
41- supported is typing Control-P to the first Python prompt you get. If it beeps,
42- you have command line editing; see Appendix :ref: `tut-interacting ` for an
43- introduction to the keys. If nothing appears to happen, or if ``^P `` is echoed,
44- command line editing isn't available; you'll only be able to use backspace to
45- remove characters from the current line.
39+ substitution and code completion on systems that support readline. Perhaps the
40+ quickest check to see whether command line editing is supported is typing
41+ Control-P to the first Python prompt you get. If it beeps, you have command
42+ line editing; see Appendix :ref: `tut-interacting ` for an introduction to the
43+ keys. If nothing appears to happen, or if ``^P `` is echoed, command line
44+ editing isn't available; you'll only be able to use backspace to remove
45+ characters from the current line.
4646
4747The interpreter operates somewhat like the Unix shell: when called with standard
4848input connected to a tty device, it reads and executes commands interactively;
0 commit comments