]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo.
authorRaymond Hettinger <python@rcn.com>
Sat, 23 Aug 2003 03:47:56 +0000 (03:47 +0000)
committerRaymond Hettinger <python@rcn.com>
Sat, 23 Aug 2003 03:47:56 +0000 (03:47 +0000)
Thou shalt not count to two unless proceeding to the number three.

Doc/tut/tut.tex

index b003e1773d8b048666af2a2e36a227a023e91a53..fc0c183ed7b1cc953e2e01ac58eae1560f9a7003 100644 (file)
@@ -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