mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
move uncomfortable backslash
This commit is contained in:
@@ -203,8 +203,9 @@ command to handle.
|
||||
When commands are read from a tty, the interpreter is said to be in
|
||||
{\em interactive\ mode}. In this mode it prompts for the next command
|
||||
with the {\em primary\ prompt}, usually three greater-than signs ({\tt
|
||||
>>>}); for continuation lines it prompts with the {\em secondary\
|
||||
prompt}, by default three dots ({\tt ...}). Typing an EOF (Control-D)
|
||||
>>>}); for continuation lines it prompts with the
|
||||
{\em secondary\ prompt},
|
||||
by default three dots ({\tt ...}). Typing an EOF (Control-D)
|
||||
at the primary prompt causes the interpreter to exit with a zero exit
|
||||
status.
|
||||
|
||||
|
||||
@@ -203,8 +203,9 @@ command to handle.
|
||||
When commands are read from a tty, the interpreter is said to be in
|
||||
{\em interactive\ mode}. In this mode it prompts for the next command
|
||||
with the {\em primary\ prompt}, usually three greater-than signs ({\tt
|
||||
>>>}); for continuation lines it prompts with the {\em secondary\
|
||||
prompt}, by default three dots ({\tt ...}). Typing an EOF (Control-D)
|
||||
>>>}); for continuation lines it prompts with the
|
||||
{\em secondary\ prompt},
|
||||
by default three dots ({\tt ...}). Typing an EOF (Control-D)
|
||||
at the primary prompt causes the interpreter to exit with a zero exit
|
||||
status.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user