summaryrefslogtreecommitdiffstats
path: root/Doc/tutorial
diff options
context:
space:
mode:
authorSandro Tosi <sandro.tosi@gmail.com>2011-10-31 16:15:03 (GMT)
committerSandro Tosi <sandro.tosi@gmail.com>2011-10-31 16:15:03 (GMT)
commitc93e413e31f717c73c15a93ea00a89d77231123d (patch)
tree2c117518c67606e2c2c57ecc559eac53365ceeab /Doc/tutorial
parente4ae5f7e0fa40b323a69fbbe70cca6aa312c55aa (diff)
downloadcpython-c93e413e31f717c73c15a93ea00a89d77231123d.zip
cpython-c93e413e31f717c73c15a93ea00a89d77231123d.tar.gz
cpython-c93e413e31f717c73c15a93ea00a89d77231123d.tar.bz2
remove confusing paragraph (as part of r87523); thanks to AJ Hill from docs@
Diffstat (limited to 'Doc/tutorial')
-rw-r--r--Doc/tutorial/interpreter.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/Doc/tutorial/interpreter.rst b/Doc/tutorial/interpreter.rst
index 87e5696..6bdc1c5 100644
--- a/Doc/tutorial/interpreter.rst
+++ b/Doc/tutorial/interpreter.rst
@@ -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
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
-input, for the same reason as explained in the previous paragraph.)
+before the script.
.. _tut-argpassing: