]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo in 3.14 `pdb` whatsnew entry (#129886)
authorVictorien <65306057+Viicos@users.noreply.github.com>
Mon, 10 Feb 2025 06:17:05 +0000 (07:17 +0100)
committerGitHub <noreply@github.com>
Mon, 10 Feb 2025 06:17:05 +0000 (22:17 -0800)
Doc/whatsnew/3.14.rst

index 23b1f5f2e0c67c64490d13b53cc624120cfdf7c2..f8df4c52a36147c17129beb1fe0b2f8a3ae28c2b 100644 (file)
@@ -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