8000 [3.12] Fix typos in comments (GH-120481) (#120775) · python/cpython@61e37dd · GitHub
[go: up one dir, main page]

Skip to content

Commit 61e37dd

Browse files
authored
[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
1 parent 6421db1 commit 61e37dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Include/internal/pycore_frame.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ _PyFrame_MakeAndSetFrameObject(_PyInterpreterFrame *frame);
200200

201201
/* Gets the PyFrameObject for this frame, lazily
202202
* creating it if necessary.
203-
* Returns a borrowed referennce */
203+
* Returns a borrowed reference */
204204
static inline PyFrameObject *
205205
_PyFrame_GetFrameObject(_PyInterpreterFrame *frame)
206206
{

0 commit comments

Comments
 (0)
0