Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
markshannon committed Nov 23, 2021
1 parent 2e75625 commit af4933e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Include/cpython/frameobject.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ struct _frame {
char f_trace_lines; /* Emit per-line trace events? */
char f_trace_opcodes; /* Emit per-opcode trace events? */
char f_owns_frame; /* This frame owns the frame */
/* The frame date, if this frame object owns the frame */
/* The frame data, if this frame object owns the frame */
PyObject *_f_frame_data[1];
};

Expand Down

0 comments on commit af4933e

Please sign in to comment.