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 2bf085e commit 1d8e70dCopy full SHA for 1d8e70d
Doc/tutorial/interpreter.rst
@@ -32,6 +32,7 @@ Typing an end-of-file character (:kbd:`Control-D` on Unix, :kbd:`Control-Z` on
32
Windows) at the primary prompt causes the interpreter to exit with a zero exit
33
status. If that doesn't work, you can exit the interpreter by typing the
34
following command: ``quit()``.
35
+
36
The interpreter's line-editing features include interactive editing, history
37
substitution and code completion on most systems.
38
Perhaps the quickest check to see whether command line editing is supported is
0 commit comments