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.
1 parent bdec56d commit 6a753a8Copy full SHA for 6a753a8
Doc/c-api/frame.rst
@@ -182,7 +182,6 @@ They exist solely for backwards compatibility.
182
Prior to Python 3.13, this function would copy the :attr:`~frame.f_locals`
183
attribute of *f* to the internal "fast" array of local variables, allowing
184
changes in frame objects to be visible to the interpreter. If *clear* was
185
- changes in frame objects to be visible to the interpreter. If *clear* was
186
true, this function would process variables that were unset in the locals
187
dictionary.
188
0 commit comments