diff options
author | Sandro Tosi <sandro.tosi@gmail.com> | 2011-10-31 16:16:03 (GMT) |
---|---|---|
committer | Sandro Tosi <sandro.tosi@gmail.com> | 2011-10-31 16:16:03 (GMT) |
commit | d856bc0582cc56d362a0235085dc0f4e9aeeee86 (patch) | |
tree | ed2f6bc5b48e5f2973e1b1963c3a9ac9c8190070 | |
parent | 1dca75f61134c03909139973cc53366977150b3a (diff) | |
parent | 69e59a17ddf1b776a75e49f8df47486fdef32892 (diff) | |
download | cpython-d856bc0582cc56d362a0235085dc0f4e9aeeee86.zip cpython-d856bc0582cc56d362a0235085dc0f4e9aeeee86.tar.gz cpython-d856bc0582cc56d362a0235085dc0f4e9aeeee86.tar.bz2 |
merge with 3.2
-rw-r--r-- | Doc/tutorial/interpreter.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Doc/tutorial/interpreter.rst b/Doc/tutorial/interpreter.rst index 4f16c87..8f08cd8 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: |