From: Raymond Hettinger Date: Sat, 23 Aug 2003 03:47:56 +0000 (+0000) Subject: Fix typo. X-Git-Tag: v2.3.1~135 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ca0609fe7209e327c34761ebe667e43fea9ca25c;p=thirdparty%2FPython%2Fcpython.git Fix typo. Thou shalt not count to two unless proceeding to the number three. --- diff --git a/Doc/tut/tut.tex b/Doc/tut/tut.tex index b003e1773d8b..fc0c183ed7b1 100644 --- a/Doc/tut/tut.tex +++ b/Doc/tut/tut.tex @@ -199,7 +199,7 @@ commands interactively; when called with a file name argument or with a file as standard input, it reads and executes a \emph{script} from that file. -A third way of starting the interpreter is +A second way of starting the interpreter is \samp{\program{python} \programopt{-c} \var{command} [arg] ...}, which executes the statement(s) in \var{command}, analogous to the shell's \programopt{-c} option. Since Python statements often contain spaces