Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4bb1f9 commit c2a5cb2Copy full SHA for c2a5cb2
1 file changed
Doc/tut/tut.tex
@@ -199,7 +199,7 @@ \section{Invoking the Interpreter \label{invoking}}
199
a file as standard input, it reads and executes a \emph{script} from
200
that file.
201
202
-A third way of starting the interpreter is
+A second way of starting the interpreter is
203
\samp{\program{python} \programopt{-c} \var{command} [arg] ...}, which
204
executes the statement(s) in \var{command}, analogous to the shell's
205
\programopt{-c} option. Since Python statements often contain spaces
0 commit comments