mirror of https://github.com/python/cpython.git
remove confusing paragraph (as part of r87523); thanks to AJ Hill from docs@
This commit is contained in:
parent
e4ae5f7e0f
commit
c93e413e31
|
@ -60,8 +60,7 @@ if you had spelled out its full name on the command line.
|
||||||
|
|
||||||
When a script file is used, it is sometimes useful to be able to run the script
|
When a script file is used, it is sometimes useful to be able to run the script
|
||||||
and enter interactive mode afterwards. This can be done by passing :option:`-i`
|
and enter interactive mode afterwards. This can be done by passing :option:`-i`
|
||||||
before the script. (This does not work if the script is read from standard
|
before the script.
|
||||||
input, for the same reason as explained in the previous paragraph.)
|
|
||||||
|
|
||||||
|
|
||||||
.. _tut-argpassing:
|
.. _tut-argpassing:
|
||||||
|
|
Loading…
Reference in New Issue