Skip to content

Commit af4933e

Browse files
committed
Fix typo.
1 parent 2e75625 commit af4933e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Include/cpython/frameobject.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ struct _frame {
1313
char f_trace_lines; /* Emit per-line trace events? */
1414
char f_trace_opcodes; /* Emit per-opcode trace events? */
1515
char f_owns_frame; /* This frame owns the frame */
16-
/* The frame date, if this frame object owns the frame */
16+
/* The frame data, if this frame object owns the frame */
1717
PyObject *_f_frame_data[1];
1818
};
1919

0 commit comments

Comments
 (0)