summaryrefslogtreecommitdiffstats
path: root/Doc/using
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2014-09-27 21:00:58 (GMT)
committerBerker Peksag <berker.peksag@gmail.com>2014-09-27 21:00:58 (GMT)
commit9c1dba2758fc601f6c4d7fe2aeb62272ffd688a8 (patch)
treeaccb8efa32cfdc7efac1196a33e445f84fb59b35 /Doc/using
parent9ce69672f3a1fbd9f337737bf35ace1a1a592598 (diff)
downloadcpython-9c1dba2758fc601f6c4d7fe2aeb62272ffd688a8.zip
cpython-9c1dba2758fc601f6c4d7fe2aeb62272ffd688a8.tar.gz
cpython-9c1dba2758fc601f6c4d7fe2aeb62272ffd688a8.tar.bz2
Revert #22251
Diffstat (limited to 'Doc/using')
-rw-r--r--Doc/using/cmdline.rst6
1 files changed, 1 insertions, 5 deletions
diff --git a/Doc/using/cmdline.rst b/Doc/using/cmdline.rst
index 162b613..55e0e67 100644
--- a/Doc/using/cmdline.rst
+++ b/Doc/using/cmdline.rst
@@ -107,7 +107,6 @@ source.
python -mtimeit -h # for details
.. seealso::
-
:func:`runpy.run_module`
Equivalent functionality directly available to Python code
@@ -159,9 +158,7 @@ automatically enabled, if available on your platform (see
.. versionchanged:: 3.4
Automatic enabling of tab-completion and history editing.
-.. seealso::
-
- :ref:`tut-invoking`
+.. seealso:: :ref:`tut-invoking`
Generic options
@@ -365,7 +362,6 @@ Miscellaneous options
thus equivalent to an omitted line number.
.. seealso::
-
:mod:`warnings` -- the warnings module
:pep:`230` -- Warning framework