
http://hg.python.org/cpython/rev/7a2877d12d52 changeset: 73251:7a2877d12d52 branch: 3.2 parent: 73248:a479aad0231e user: Sandro Tosi <sandro.tosi@gmail.com> date: Mon Oct 31 17:15:39 2011 +0100 summary: remove confusing paragraph (as part of r87523); thanks to AJ Hill from docs@ files: Doc/tutorial/interpreter.rst | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/Doc/tutorial/interpreter.rst b/Doc/tutorial/interpreter.rst --- a/Doc/tutorial/interpreter.rst +++ b/Doc/tutorial/interpreter.rst @@ -60,8 +60,7 @@ 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: -- Repository URL: http://hg.python.org/cpython