summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorLysandros Nikolaou <lisandrosnik@gmail.com>2023-06-15 17:10:33 (GMT)
committerGitHub <noreply@github.com>2023-06-15 17:10:33 (GMT)
commit3af2dc7588614c65e9d1178ad9b4a11a19c14dde (patch)
tree63c22e57bb4de38a1fa9b910ddc36139ec10ab96 /Misc
parentd382ad49157b3802fc5619f68d96810def517869 (diff)
downloadcpython-3af2dc7588614c65e9d1178ad9b4a11a19c14dde.zip
cpython-3af2dc7588614c65e9d1178ad9b4a11a19c14dde.tar.gz
cpython-3af2dc7588614c65e9d1178ad9b4a11a19c14dde.tar.bz2
gh-105831: Fix NEWS blurb from gh-105828 (#105833)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/2023-06-15-15-54-47.gh-issue-105831.-MC9Zs.rst4
1 files changed, 3 insertions, 1 deletions
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 df42b9e..407940a 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.