Fix typos in the Include directory (GH-28745)

This commit is contained in:
Christian Clauss 2021-10-06 20:32:38 +02:00 committed by GitHub
parent b24b47e643
commit 8e8f752217
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 8 additions and 8 deletions

View file

@ -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.