Fix up markup for the deprecation warning in docs.

This commit is contained in:
Brett Cannon 2008-05-11 01:04:02 +00:00
parent 4315b2b295
commit 8f5065a319
1 changed files with 1 additions and 1 deletions

View File

@ -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.