Kaydet (Commit) a67dee30 authored tarafından Guido van Rossum's avatar Guido van Rossum

move uncomfortable backslash

üst 502d9602
...@@ -203,8 +203,9 @@ command to handle. ...@@ -203,8 +203,9 @@ command to handle.
When commands are read from a tty, the interpreter is said to be in 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 {\em interactive\ mode}. In this mode it prompts for the next command
with the {\em primary\ prompt}, usually three greater-than signs ({\tt with the {\em primary\ prompt}, usually three greater-than signs ({\tt
>>>}); for continuation lines it prompts with the {\em secondary\ >>>}); for continuation lines it prompts with the
prompt}, by default three dots ({\tt ...}). Typing an EOF (Control-D) {\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 at the primary prompt causes the interpreter to exit with a zero exit
status. status.
......
...@@ -203,8 +203,9 @@ command to handle. ...@@ -203,8 +203,9 @@ command to handle.
When commands are read from a tty, the interpreter is said to be in 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 {\em interactive\ mode}. In this mode it prompts for the next command
with the {\em primary\ prompt}, usually three greater-than signs ({\tt with the {\em primary\ prompt}, usually three greater-than signs ({\tt
>>>}); for continuation lines it prompts with the {\em secondary\ >>>}); for continuation lines it prompts with the
prompt}, by default three dots ({\tt ...}). Typing an EOF (Control-D) {\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 at the primary prompt causes the interpreter to exit with a zero exit
status. status.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment