summaryrefslogtreecommitdiffstats
path: root/Doc/tutorial
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2014-12-09 23:47:02 (GMT)
committerBerker Peksag <berker.peksag@gmail.com>2014-12-09 23:47:02 (GMT)
commit8b1cbd2b7cd8752462c68b17447446b54065691c (patch)
tree89fda316059f25e9157c882da6a1b53ac8749c87 /Doc/tutorial
parent7de29687f22fff5c38ca252de4167e043b28e470 (diff)
downloadcpython-8b1cbd2b7cd8752462c68b17447446b54065691c.zip
cpython-8b1cbd2b7cd8752462c68b17447446b54065691c.tar.gz
cpython-8b1cbd2b7cd8752462c68b17447446b54065691c.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 fc9f733..8051634 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: