From 24bfb9a9eb823025be2cab5411b7ede2a4464e32 Mon Sep 17 00:00:00 2001 From: Victorien <65306057+Viicos@users.noreply.github.com> Date: Sun, 9 Feb 2025 11:39:32 +0100 Subject: [PATCH] Fix typo in 3.14 `pdb` whatsnew entry --- 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 23b1f5f2e0c67c..f8df4c52a36147 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