From: Guido van Rossum Date: Wed, 13 Sep 1995 17:34:25 +0000 (+0000) Subject: move uncomfortable backslash X-Git-Tag: v1.3~137 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a67dee30bf4e6d8a0a92fb07158f6b8ef21d5dcf;p=thirdparty%2FPython%2Fcpython.git move uncomfortable backslash --- diff --git a/Doc/tut.tex b/Doc/tut.tex index fb54a3cc2970..81f9deb4be04 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 fb54a3cc2970..81f9deb4be04 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.