From b94c068a577e5b15ec01f1f68bbb6c7bfc9c7642 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Sun, 5 May 2024 08:13:45 -0700 Subject: [PATCH] Fix whitespace --- .../2024-04-27-21-44-40.gh-issue-74929.C2nESp.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/NEWS.d/next/Core and Builtins/2024-04-27-21-44-40.gh-issue-74929.C2nESp.rst b/Misc/NEWS.d/next/Core and Builtins/2024-04-27-21-44-40.gh-issue-74929.C2nESp.rst index 07c5a59538b0b0..29c7975fa66bc0 100644 --- a/Misc/NEWS.d/next/Core and Builtins/2024-04-27-21-44-40.gh-issue-74929.C2nESp.rst +++ b/Misc/NEWS.d/next/Core and Builtins/2024-04-27-21-44-40.gh-issue-74929.C2nESp.rst @@ -1,3 +1,3 @@ Implement PEP 667: converted :attr:`FrameType.f_locals ` -and :c:func:`PyFrame_GetLocals` to return a write-through proxy object +and :c:func:`PyFrame_GetLocals` to return a write-through proxy object when the frame refers to a function or comprehension.