diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2014-09-27 20:21:35 (GMT) |
---|---|---|
committer | Berker Peksag <berker.peksag@gmail.com> | 2014-09-27 20:21:35 (GMT) |
commit | 3749404ba5968c5571d47bc8a984f008a7eb8f80 (patch) | |
tree | 90214113acdd1fa51e1648a43237e1cb7b754977 /Doc/using/cmdline.rst | |
parent | c5deed3a1497316d4aa2ac350048d0c770016bc7 (diff) | |
download | cpython-3749404ba5968c5571d47bc8a984f008a7eb8f80.zip cpython-3749404ba5968c5571d47bc8a984f008a7eb8f80.tar.gz cpython-3749404ba5968c5571d47bc8a984f008a7eb8f80.tar.bz2 |
Issue #22251: Fix ReST markup to avoid errors building docs.
Diffstat (limited to 'Doc/using/cmdline.rst')
-rw-r--r-- | Doc/using/cmdline.rst | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Doc/using/cmdline.rst b/Doc/using/cmdline.rst index 55e0e67..162b613 100644 --- a/Doc/using/cmdline.rst +++ b/Doc/using/cmdline.rst @@ -107,6 +107,7 @@ source. python -mtimeit -h # for details .. seealso:: + :func:`runpy.run_module` Equivalent functionality directly available to Python code @@ -158,7 +159,9 @@ 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 @@ -362,6 +365,7 @@ Miscellaneous options thus equivalent to an omitted line number. .. seealso:: + :mod:`warnings` -- the warnings module :pep:`230` -- Warning framework |