]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-109975: Remove dangling angle bracket from 3.13.rst (#123589)
authorRafael Fontenelle <rffontenelle@users.noreply.github.com>
Mon, 2 Sep 2024 04:57:56 +0000 (01:57 -0300)
committerGitHub <noreply@github.com>
Mon, 2 Sep 2024 04:57:56 +0000 (07:57 +0300)
Remove dangling angle bracket from 3.13.rst

Doc/whatsnew/3.13.rst

index 8c9ae13da3a03fa52db2a4febc77d9be7b99bad1..4f418e9bc29f2f3221977600b25dc20625cee13f 100644 (file)
@@ -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 <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`.)