diff options
| author | Berker Peksag <berker.peksag@gmail.com> | 2014-12-10 01:47:02 +0200 |
|---|---|---|
| committer | Berker Peksag <berker.peksag@gmail.com> | 2014-12-10 01:47:02 +0200 |
| commit | 8b1cbd2b7cd8752462c68b17447446b54065691c (patch) | |
| tree | 89fda316059f25e9157c882da6a1b53ac8749c87 /Doc/tutorial/interpreter.rst | |
| parent | 7de29687f22fff5c38ca252de4167e043b28e470 (diff) | |
| download | cpython-git-8b1cbd2b7cd8752462c68b17447446b54065691c.tar.gz | |
Issue #12602: Add missing cross-references to runpy and using/cmdline docs.
Patch by Éric Araujo.
Diffstat (limited to 'Doc/tutorial/interpreter.rst')
| -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 fc9f7332a0..80516349c7 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: |
