summaryrefslogtreecommitdiffstats
path: root/Doc/tutorial
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2014-12-09 23:47:50 (GMT)
committerBerker Peksag <berker.peksag@gmail.com>2014-12-09 23:47:50 (GMT)
commit0ecd7ba9681f8ff413fdf88cf932e6c37a69ae34 (patch)
tree0e942e64a7d8da6fc8bb515665bc64684369360f /Doc/tutorial
parentbd8d68cdc19f55a177440bfbd1a0473a00c75f77 (diff)
parent8b1cbd2b7cd8752462c68b17447446b54065691c (diff)
downloadcpython-0ecd7ba9681f8ff413fdf88cf932e6c37a69ae34.zip
cpython-0ecd7ba9681f8ff413fdf88cf932e6c37a69ae34.tar.gz
cpython-0ecd7ba9681f8ff413fdf88cf932e6c37a69ae34.tar.bz2
Issue #12602: Add missing cross-references to runpy and using/cmdline docs.
Patch by Éric Araujo.
Diffstat (limited to 'Doc/tutorial')
-rw-r--r--Doc/tutorial/interpreter.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/tutorial/interpreter.rst b/Doc/tutorial/interpreter.rst
index 6cd3ecd..d5789a6 100644
--- a/Doc/tutorial/interpreter.rst
+++ b/Doc/tutorial/interpreter.rst
@@ -63,6 +63,8 @@ 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.
+All command line options are described in :ref:`using-on-general`.
+
.. _tut-argpassing: