Fix up markup for the deprecation warning in docs.
This commit is contained in:
parent
4315b2b295
commit
8f5065a319
|
@ -925,7 +925,7 @@ In Python 2.6
|
|||
is occurring in 2.6, but is for the module's removal in 3.0.::
|
||||
|
||||
.. deprecated:: 2.6
|
||||
The XXX module has been removed in Python 3.0.
|
||||
The :mod:`XXX` module has been removed in Python 3.0.
|
||||
|
||||
For modules simply listed in a file (e.g., ``undoc.rst``), use the
|
||||
``warning`` directive.
|
||||
|
|
Loading…
Reference in New Issue