Skip to content

Commit 1d8e70d

Browse files
authored
Separate para
1 parent 2bf085e commit 1d8e70d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Doc/tutorial/interpreter.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ Typing an end-of-file character (:kbd:`Control-D` on Unix, :kbd:`Control-Z` on
3232
Windows) at the primary prompt causes the interpreter to exit with a zero exit
3333
status. If that doesn't work, you can exit the interpreter by typing the
3434
following command: ``quit()``.
35+
3536
The interpreter's line-editing features include interactive editing, history
3637
substitution and code completion on most systems.
3738
Perhaps the quickest check to see whether command line editing is supported is

0 commit comments

Comments
 (0)