Fix typo.

Thou shalt not count to two unless proceeding to the number three.
This commit is contained in:
Raymond Hettinger 2003-08-23 03:49:08 +00:00
parent f4bb1f946e
commit c2a5cb2327

View 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