Kaydet (Commit) 4dc74204 authored tarafından Victor Stinner's avatar Victor Stinner

Issue #18874: Fix typo

üst 2ead3d24
......@@ -284,7 +284,7 @@ tracemalloc_get_frame(PyFrameObject *pyframe, frame_t *frame)
code = pyframe->f_code;
if (code == NULL) {
#ifdef TRACE_DEBUG
tracemalloc_error("failed to get the code object of the a frame");
tracemalloc_error("failed to get the code object of the frame");
#endif
return;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment