From 2abb6a4f139236545389672aef2a36a6b0862b71 Mon Sep 17 00:00:00 2001 From: Victorien <65306057+Viicos@users.noreply.github.com> Date: Mon, 10 Feb 2025 07:17:05 +0100 Subject: [PATCH] Fix typo in 3.14 `pdb` whatsnew entry (#129886) --- Doc/whatsnew/3.14.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/whatsnew/3.14.rst b/Doc/whatsnew/3.14.rst index 23b1f5f2e0c6..f8df4c52a361 100644 --- a/Doc/whatsnew/3.14.rst +++ b/Doc/whatsnew/3.14.rst @@ -933,7 +933,7 @@ Deprecated (Contributed by Victor Stinner in :gh:`120743`.) * :mod:`pdb`: - The undocumented ``pdb.Pdb.curframe_locals`` attribtue is now a deprecated + The undocumented ``pdb.Pdb.curframe_locals`` attribute is now a deprecated read-only property. The low overhead dynamic frame locals access added in Python 3.13 by PEP 667 means the frame locals cache reference previously stored in this attribute is no longer needed. Derived debuggers should access -- 2.47.3