Commit c2a5cb23 authored by Raymond Hettinger's avatar Raymond Hettinger

Fix typo.

Thou shalt not count to two unless proceeding to the number three.
parent f4bb1f94
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment