mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Fix typos in the Include directory (GH-28745)
This commit is contained in:
parent
b24b47e643
commit
8e8f752217
7 changed files with 8 additions and 8 deletions
|
@ -128,7 +128,7 @@ _PyFrame_GetFrameObject(InterpreterFrame *frame)
|
|||
|
||||
/* Clears all references in the frame.
|
||||
* If take is non-zero, then the InterpreterFrame frame
|
||||
* may be transfered to the frame object it references
|
||||
* may be transferred to the frame object it references
|
||||
* instead of being cleared. Either way
|
||||
* the caller no longer owns the references
|
||||
* in the frame.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue