]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
move uncomfortable backslash
authorGuido van Rossum <guido@python.org>
Wed, 13 Sep 1995 17:34:25 +0000 (17:34 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 13 Sep 1995 17:34:25 +0000 (17:34 +0000)
Doc/tut.tex
Doc/tut/tut.tex

index fb54a3cc29707f97a3abf67671537c121897fc23..81f9deb4be046d8b274b7b59c38e239e9b93b1ad 100644 (file)
@@ -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.
 
index fb54a3cc29707f97a3abf67671537c121897fc23..81f9deb4be046d8b274b7b59c38e239e9b93b1ad 100644 (file)
@@ -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.