]> granicus.if.org Git - python/commitdiff
Use the :mod: role.
authorGeorg Brandl <georg@python.org>
Wed, 3 Dec 2008 06:44:59 +0000 (06:44 +0000)
committerGeorg Brandl <georg@python.org>
Wed, 3 Dec 2008 06:44:59 +0000 (06:44 +0000)
Doc/whatsnew/3.0.rst

index 06c17a13e8e3c76dc33fad78f2c1438e7ca9a6ff..6f25da7d9c18dc299c0514e28f14a0e1ba232db6 100644 (file)
@@ -474,7 +474,7 @@ originally designed for Python 3.0 but that were back-ported to Python
 consulted for longer descriptions.
 
 * :ref:`pep-0343`.  The :keyword:`with` statement is now a standard
-  feature and no longer needs to be imported from the ``__future__``.
+  feature and no longer needs to be imported from the :mod:`__future__`.
   Also check out :ref:`new-26-context-managers` and
   :ref:`new-module-contextlib`.