diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2014-12-09 23:47:50 (GMT) |
---|---|---|
committer | Berker Peksag <berker.peksag@gmail.com> | 2014-12-09 23:47:50 (GMT) |
commit | 0ecd7ba9681f8ff413fdf88cf932e6c37a69ae34 (patch) | |
tree | 0e942e64a7d8da6fc8bb515665bc64684369360f /Doc/tutorial/interpreter.rst | |
parent | bd8d68cdc19f55a177440bfbd1a0473a00c75f77 (diff) | |
parent | 8b1cbd2b7cd8752462c68b17447446b54065691c (diff) | |
download | cpython-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/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 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: |