From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Mon, 2 Sep 2024 05:16:01 +0000 (+0200) Subject: [3.13] gh-109975: Remove dangling angle bracket from 3.13.rst (GH-123589) (#123590) X-Git-Tag: v3.13.0rc2~74 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b8ef767ba52305a38e3d4ad850439cceec75a3b8;p=thirdparty%2FPython%2Fcpython.git [3.13] gh-109975: Remove dangling angle bracket from 3.13.rst (GH-123589) (#123590) (cherry picked from commit 9a32a2588e1e25ccfd53edcdb381bd332ea2da41) Co-authored-by: Rafael Fontenelle --- diff --git a/Doc/whatsnew/3.13.rst b/Doc/whatsnew/3.13.rst index 7d2a140fd329..b17cc6116793 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`.)