diff options
author | Raymond Hettinger <python@rcn.com> | 2003-08-23 03:49:08 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2003-08-23 03:49:08 (GMT) |
commit | c2a5cb23271e7738c6705d15288bdd46619c3385 (patch) | |
tree | 3c8a9214d3021c0aebbaf9bf9c6dc3c492ac6ce3 /Doc | |
parent | f4bb1f946e75c3e88dfd1b11cc00e5d868d1586c (diff) | |
download | cpython-c2a5cb23271e7738c6705d15288bdd46619c3385.zip cpython-c2a5cb23271e7738c6705d15288bdd46619c3385.tar.gz cpython-c2a5cb23271e7738c6705d15288bdd46619c3385.tar.bz2 |
Fix typo.
Thou shalt not count to two unless proceeding to the number three.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/tut/tut.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tut/tut.tex b/Doc/tut/tut.tex index 947bfe5..9b8d0ba 100644 --- a/Doc/tut/tut.tex +++ b/Doc/tut/tut.tex @@ -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 |