Skip to content

Commit 6a753a8

Browse files
Update Doc/c-api/frame.rst
Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
1 parent bdec56d commit 6a753a8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Doc/c-api/frame.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,6 @@ They exist solely for backwards compatibility.
182182
Prior to Python 3.13, this function would copy the :attr:`~frame.f_locals`
183183
attribute of *f* to the internal "fast" array of local variables, allowing
184184
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
186185
true, this function would process variables that were unset in the locals
187186
dictionary.
188187

0 commit comments

Comments
 (0)