summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Doc/whatsnew/3.13.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.13.rst b/Doc/whatsnew/3.13.rst
index 8c9ae13..4f418e9 100644
--- a/Doc/whatsnew/3.13.rst
+++ b/Doc/whatsnew/3.13.rst
@@ -966,7 +966,7 @@ io
the :meth:`~io.IOBase.close` method with :data:`sys.unraisablehook`.
Previously, errors were ignored silently by default,
and only logged in :ref:`Python Development Mode <devmode>`
- or when using a :ref:`<Python debug build <debug-build>`.
+ or when using a :ref:`Python debug build <debug-build>`.
(Contributed by Victor Stinner in :gh:`62948`.)