From 8f5065a319490894f2cf8cbdc69fd3d56b5837e5 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Sun, 11 May 2008 01:04:02 +0000 Subject: [PATCH] Fix up markup for the deprecation warning in docs. --- pep-3108.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pep-3108.txt b/pep-3108.txt index 001c10674..d7ffc21c5 100644 --- a/pep-3108.txt +++ b/pep-3108.txt @@ -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.