[Python-checkins] gh-105831: Fix NEWS blurb from gh-105828 (#105833)
lysnikolaou
webhook-mailer at python.org
Thu Jun 15 13:10:37 EDT 2023
https://github.com/python/cpython/commit/3af2dc7588614c65e9d1178ad9b4a11a19c14dde
commit: 3af2dc7588614c65e9d1178ad9b4a11a19c14dde
branch: main
author: Lysandros Nikolaou <lisandrosnik at gmail.com>
committer: lysnikolaou <lisandrosnik at gmail.com>
date: 2023年06月15日T19:10:33+02:00
summary:
gh-105831: Fix NEWS blurb from gh-105828 (#105833)
files:
M Misc/NEWS.d/next/Core and Builtins/2023-06-15-15-54-47.gh-issue-105831.-MC9Zs.rst
diff --git a/Misc/NEWS.d/next/Core and Builtins/2023-06-15-15-54-47.gh-issue-105831.-MC9Zs.rst b/Misc/NEWS.d/next/Core and Builtins/2023-06-15-15-54-47.gh-issue-105831.-MC9Zs.rst
index df42b9e1d5a4..407940add567 100644
--- a/Misc/NEWS.d/next/Core and Builtins/2023-06-15-15-54-47.gh-issue-105831.-MC9Zs.rst
+++ b/Misc/NEWS.d/next/Core and Builtins/2023-06-15-15-54-47.gh-issue-105831.-MC9Zs.rst
@@ -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.
More information about the Python-checkins
mailing list