mirror of
https://github.com/python/cpython.git
synced 2025-09-24 09:23:02 +00:00
[3.12] Fix typos in comments (GH-120481) (#120775)
Only 1 applicable change backported to 3.12.
(cherry picked from commit 656a1c8
)
Co-authored-by: Xie Yanbo xieyanbo@gmail.com
This commit is contained in:
parent
6421db1d4d
commit
61e37dd4f5
1 changed files with 1 additions and 1 deletions
|
@ -200,7 +200,7 @@ _PyFrame_MakeAndSetFrameObject(_PyInterpreterFrame *frame);
|
|||
|
||||
/* Gets the PyFrameObject for this frame, lazily
|
||||
* creating it if necessary.
|
||||
* Returns a borrowed referennce */
|
||||
* Returns a borrowed reference */
|
||||
static inline PyFrameObject *
|
||||
_PyFrame_GetFrameObject(_PyInterpreterFrame *frame)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue