diff options
| -rw-r--r-- | Modules/_tracemalloc.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/_tracemalloc.c b/Modules/_tracemalloc.c index 4d48ee82d1..8ac5f79793 100644 --- a/Modules/_tracemalloc.c +++ b/Modules/_tracemalloc.c @@ -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;      }  | 
