summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/3.0.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-12-03 06:44:59 (GMT)
committerGeorg Brandl <georg@python.org>2008-12-03 06:44:59 (GMT)
commitffd1a759daefe0ae092add010943a019ffc3a1d5 (patch)
tree4d5ba225bca8b2fb5eb0ec5d5bddc6869e61cffa /Doc/whatsnew/3.0.rst
parent08388ef3610fc6f227ce79aca39e6cd6051c62e7 (diff)
downloadcpython-ffd1a759daefe0ae092add010943a019ffc3a1d5.zip
cpython-ffd1a759daefe0ae092add010943a019ffc3a1d5.tar.gz
cpython-ffd1a759daefe0ae092add010943a019ffc3a1d5.tar.bz2
Use the :mod: role.
Diffstat (limited to 'Doc/whatsnew/3.0.rst')
-rw-r--r--Doc/whatsnew/3.0.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.0.rst b/Doc/whatsnew/3.0.rst
index 06c17a1..6f25da7 100644
--- a/Doc/whatsnew/3.0.rst
+++ b/Doc/whatsnew/3.0.rst
@@ -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`.