From: Sandro Tosi Date: Mon, 31 Oct 2011 16:15:39 +0000 (+0100) Subject: remove confusing paragraph (as part of r87523); thanks to AJ Hill from docs@ X-Git-Tag: v3.2.3rc1~446 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=69e59a17ddf1b776a75e49f8df47486fdef32892;p=thirdparty%2FPython%2Fcpython.git remove confusing paragraph (as part of r87523); thanks to AJ Hill from docs@ --- diff --git a/Doc/tutorial/interpreter.rst b/Doc/tutorial/interpreter.rst index 417eeee41832..2338465d6286 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: