From 4c8af22099aad9267375d26b6f042cdbca2be63c Mon Sep 17 00:00:00 2001 From: Lysandros Nikolaou Date: Thu, 15 Jun 2023 19:00:32 +0200 Subject: [PATCH] Fix NEWS blurb from gh-105828 --- .../2023-06-15-15-54-47.gh-issue-105831.-MC9Zs.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 df42b9e1d5a40f..407940add56752 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.