mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Fix duplicate word typos in comments (#106225)
This commit is contained in:
parent
c2622a0d82
commit
822db860ea
3 changed files with 3 additions and 3 deletions
|
@ -1186,7 +1186,7 @@ frame_get_var(_PyInterpreterFrame *frame, PyCodeObject *co, int i,
|
|||
// (likely) MAKE_CELL must have executed already.
|
||||
value = PyCell_GET(value);
|
||||
}
|
||||
// (likely) Otherwise it it is an arg (kind & CO_FAST_LOCAL),
|
||||
// (likely) Otherwise it is an arg (kind & CO_FAST_LOCAL),
|
||||
// with the initial value set when the frame was created...
|
||||
// (unlikely) ...or it was set to some initial value by
|
||||
// an earlier call to PyFrame_LocalsToFast().
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue