Use the :mod: role.
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 @@
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`.