diff --git a/Doc/whatsnew/3.13.rst b/Doc/whatsnew/3.13.rst index 8c9ae13da3a..4f418e9bc29 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 ` - or when using a :ref:``. + or when using a :ref:`Python debug build `. (Contributed by Victor Stinner in :gh:`62948`.)