Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fc1020d

Browse files
committed
#20874: reflow paragraph.
1 parent 0e0e391 commit fc1020d

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

Doc/tutorial/interpreter.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ status. If that doesn't work, you can exit the interpreter by typing the
3636
following command: ``quit()``.
3737

3838
The 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

4747
The interpreter operates somewhat like the Unix shell: when called with standard
4848
input connected to a tty device, it reads and executes commands interactively;

0 commit comments

Comments
 (0)