diff --git a/Doc/whatsnew/3.13.rst b/Doc/whatsnew/3.13.rst index 7d2a140fd3293f..b17cc611679349 100644 --- a/Doc/whatsnew/3.13.rst +++ b/Doc/whatsnew/3.13.rst @@ -953,7 +953,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`.)