projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e4ae5f7
)
remove confusing paragraph (as part of r87523); thanks to AJ Hill from docs@
author
Sandro Tosi
<sandro.tosi@gmail.com>
Mon, 31 Oct 2011 16:15:03 +0000
(17:15 +0100)
committer
Sandro Tosi
<sandro.tosi@gmail.com>
Mon, 31 Oct 2011 16:15:03 +0000
(17:15 +0100)
Doc/tutorial/interpreter.rst
patch
|
blob
|
history
diff --git
a/Doc/tutorial/interpreter.rst
b/Doc/tutorial/interpreter.rst
index 87e56969dcd005244505ee9212031040b4fbe004..6bdc1c5ba4eb62fe2c74a4c0c41e701dd7c6d2b3 100644
(file)
--- 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: