[Python-checkins] r63024 - peps/trunk/pep-3108.txt

brett.cannon python-checkins at python.org
Sun May 11 03:04:02 CEST 2008


Author: brett.cannon
Date: Sun May 11 03:04:02 2008
New Revision: 63024

Log:
Fix up markup for the deprecation warning in docs.

Modified:
   peps/trunk/pep-3108.txt

Modified: peps/trunk/pep-3108.txt
==============================================================================
--- peps/trunk/pep-3108.txt	(original)
+++ peps/trunk/pep-3108.txt	Sun May 11 03:04:02 2008
@@ -925,7 +925,7 @@
    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.


More information about the Python-checkins mailing list