Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c2a5cb2

Browse files
committed
Fix typo.
Thou shalt not count to two unless proceeding to the number three.
1 parent f4bb1f9 commit c2a5cb2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/tut/tut.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ \section{Invoking the Interpreter \label{invoking}}
199199
a file as standard input, it reads and executes a \emph{script} from
200200
that file.
201201

202-
A third way of starting the interpreter is
202+
A second way of starting the interpreter is
203203
\samp{\program{python} \programopt{-c} \var{command} [arg] ...}, which
204204
executes the statement(s) in \var{command}, analogous to the shell's
205205
\programopt{-c} option. Since Python statements often contain spaces

0 commit comments

Comments
 (0)