We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pdb
1 parent d9bf3c1 commit 2abb6a4Copy full SHA for 2abb6a4
Doc/whatsnew/3.14.rst
@@ -933,7 +933,7 @@ Deprecated
933
(Contributed by Victor Stinner in :gh:`120743`.)
934
935
* :mod:`pdb`:
936
- The undocumented ``pdb.Pdb.curframe_locals`` attribtue is now a deprecated
+ The undocumented ``pdb.Pdb.curframe_locals`` attribute is now a deprecated
937
read-only property. The low overhead dynamic frame locals access added in
938
Python 3.13 by PEP 667 means the frame locals cache reference previously
939
stored in this attribute is no longer needed. Derived debuggers should access
0 commit comments