summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1995-09-13 17:34:25 (GMT)
committerGuido van Rossum <guido@python.org>1995-09-13 17:34:25 (GMT)
commita67dee30bf4e6d8a0a92fb07158f6b8ef21d5dcf (patch)
treefdaa304cf77380265573045ea5bd1ed65defe596
parent502d96021b67bd68ab75dc0f39a2e1a5d4b1d87b (diff)
downloadcpython-a67dee30bf4e6d8a0a92fb07158f6b8ef21d5dcf.zip
cpython-a67dee30bf4e6d8a0a92fb07158f6b8ef21d5dcf.tar.gz
cpython-a67dee30bf4e6d8a0a92fb07158f6b8ef21d5dcf.tar.bz2
move uncomfortable backslash
-rw-r--r--Doc/tut.tex5
-rw-r--r--Doc/tut/tut.tex5
2 files changed, 6 insertions, 4 deletions
diff --git a/Doc/tut.tex b/Doc/tut.tex
index fb54a3c..81f9deb 100644
--- a/Doc/tut.tex
+++ b/Doc/tut.tex
@@ -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.
diff --git a/Doc/tut/tut.tex b/Doc/tut/tut.tex
index fb54a3c..81f9deb 100644
--- a/Doc/tut/tut.tex
+++ b/Doc/tut/tut.tex
@@ -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.