]> granicus.if.org Git - python/commitdiff
Fix typo.
authorRaymond Hettinger <python@rcn.com>
Sat, 23 Aug 2003 03:49:08 +0000 (03:49 +0000)
committerRaymond Hettinger <python@rcn.com>
Sat, 23 Aug 2003 03:49:08 +0000 (03:49 +0000)
Thou shalt not count to two unless proceeding to the number three.

Doc/tut/tut.tex

index 947bfe5fbdf112e27889b4c1ecb7a53a44e645e0..9b8d0bac34fac2a5b0e9d94dcd3a0776a5883947 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