mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Issue #22251: Fix ReST markup to avoid errors building docs.
This commit is contained in:
parent
c5deed3a14
commit
3749404ba5
18 changed files with 38 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue