From: Rafael Fontenelle Date: Mon, 2 Sep 2024 04:57:56 +0000 (-0300) Subject: gh-109975: Remove dangling angle bracket from 3.13.rst (#123589) X-Git-Tag: v3.14.0a1~620 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9a32a2588e1e25ccfd53edcdb381bd332ea2da41;p=thirdparty%2FPython%2Fcpython.git gh-109975: Remove dangling angle bracket from 3.13.rst (#123589) Remove dangling angle bracket from 3.13.rst --- diff --git a/Doc/whatsnew/3.13.rst b/Doc/whatsnew/3.13.rst index 8c9ae13da3a0..4f418e9bc29f 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`.)