diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2014-12-09 23:47:02 (GMT) |
---|---|---|
committer | Berker Peksag <berker.peksag@gmail.com> | 2014-12-09 23:47:02 (GMT) |
commit | 8b1cbd2b7cd8752462c68b17447446b54065691c (patch) | |
tree | 89fda316059f25e9157c882da6a1b53ac8749c87 /Doc/tutorial | |
parent | 7de29687f22fff5c38ca252de4167e043b28e470 (diff) | |
download | cpython-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.rst | 2 |
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: |