]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.13] gh-109975: Remove dangling angle bracket from 3.13.rst (GH-123589) (#123590)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 2 Sep 2024 05:16:01 +0000 (07:16 +0200)
committerGitHub <noreply@github.com>
Mon, 2 Sep 2024 05:16:01 +0000 (05:16 +0000)
(cherry picked from commit 9a32a2588e1e25ccfd53edcdb381bd332ea2da41)

Co-authored-by: Rafael Fontenelle <rffontenelle@users.noreply.github.com>
Doc/whatsnew/3.13.rst

index 7d2a140fd3293fad7cf9d7893b9e3a77a5b62fd5..b17cc6116793496442af439b7248aac0efe0ba8c 100644 (file)
@@ -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 <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`.)