mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
Fix typo.
Thou shalt not count to two unless proceeding to the number three.
This commit is contained in:
parent
f4bb1f946e
commit
c2a5cb2327
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue