summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/3.11.0a7.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS.d/3.11.0a7.rst')
-rw-r--r--Misc/NEWS.d/3.11.0a7.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS.d/3.11.0a7.rst b/Misc/NEWS.d/3.11.0a7.rst
index 8e7ccd4..5e9aadf 100644
--- a/Misc/NEWS.d/3.11.0a7.rst
+++ b/Misc/NEWS.d/3.11.0a7.rst
@@ -989,7 +989,7 @@ references in :ref:`PEP 585 generic aliases <types-genericalias>`.
.. nonce: xnhT4a
.. section: Library
-Add :exc:`DeprecationWarning` to :class:`LegacyInterpolation`, deprecated in
+Add :exc:`DeprecationWarning` to :class:`!LegacyInterpolation`, deprecated in
the docstring since Python 3.2. Will be removed in Python 3.13. Use
:class:`BasicInterpolation` or :class:`ExtendedInterpolation` instead.