]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-105831: Fix NEWS blurb from gh-105828 (#105833)
authorLysandros Nikolaou <lisandrosnik@gmail.com>
Thu, 15 Jun 2023 17:10:33 +0000 (19:10 +0200)
committerGitHub <noreply@github.com>
Thu, 15 Jun 2023 17:10:33 +0000 (19:10 +0200)
Misc/NEWS.d/next/Core and Builtins/2023-06-15-15-54-47.gh-issue-105831.-MC9Zs.rst

index df42b9e1d5a40fe6a46e469801695e6a9fee0e64..407940add56752e20aa86e1e61aa54fd6681d870 100644 (file)
@@ -1 +1,3 @@
-Fix an f-string bug, where using a debug expression (the `=` sign) that appears in the last line of a file results to the debug buffer that holds the expression text being one character too small.
+Fix an f-string bug, where using a debug expression (the ``=`` sign) that
+appears in the last line of a file results to the debug buffer that holds the
+expression text being one character too small.