Fix up markup in the deprecation notice.

This commit is contained in:
Brett Cannon 2008-05-11 01:06:54 +00:00
parent df0a717037
commit a975cd446e
11 changed files with 13 additions and 12 deletions

View file

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