We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6421db1 commit 61e37ddCopy full SHA for 61e37dd
Include/internal/pycore_frame.h
@@ -200,7 +200,7 @@ _PyFrame_MakeAndSetFrameObject(_PyInterpreterFrame *frame);
200
201
/* Gets the PyFrameObject for this frame, lazily
202
* creating it if necessary.
203
- * Returns a borrowed referennce */
+ * Returns a borrowed reference */
204
static inline PyFrameObject *
205
_PyFrame_GetFrameObject(_PyInterpreterFrame *frame)
206
{
0 commit comments