Skip to content

Commit 2abb6a4

Browse files
authored
Fix typo in 3.14 pdb whatsnew entry (#129886)
1 parent d9bf3c1 commit 2abb6a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/whatsnew/3.14.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -933,7 +933,7 @@ Deprecated
933933
(Contributed by Victor Stinner in :gh:`120743`.)
934934

935935
* :mod:`pdb`:
936-
The undocumented ``pdb.Pdb.curframe_locals`` attribtue is now a deprecated
936+
The undocumented ``pdb.Pdb.curframe_locals`` attribute is now a deprecated
937937
read-only property. The low overhead dynamic frame locals access added in
938938
Python 3.13 by PEP 667 means the frame locals cache reference previously
939939
stored in this attribute is no longer needed. Derived debuggers should access

0 commit comments

Comments
 (0)