summaryrefslogtreecommitdiff
path: root/Doc/library/compiler.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library/compiler.rst')
-rw-r--r--Doc/library/compiler.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/compiler.rst b/Doc/library/compiler.rst
index 7aac3b8042..e13f7fca02 100644
--- a/Doc/library/compiler.rst
+++ b/Doc/library/compiler.rst
@@ -6,7 +6,7 @@ Python compiler package
***********************
.. deprecated:: 2.6
- The compiler package has been removed in Python 3.0.
+ The :mod:`compiler` package has been removed in Python 3.0.
.. sectionauthor:: Jeremy Hylton <jeremy@zope.com>