tracemalloc: fix get_traced_memory() docstring for result type
This commit is contained in:
parent
802a484e24
commit
59463d8340
|
@ -1264,7 +1264,7 @@ tracemalloc_get_tracemalloc_memory(PyObject *self)
|
|||
}
|
||||
|
||||
PyDoc_STRVAR(tracemalloc_get_traced_memory_doc,
|
||||
"get_traced_memory() -> int\n"
|
||||
"get_traced_memory() -> (int, int)\n"
|
||||
"\n"
|
||||
"Get the current size and maximum size of memory blocks traced\n"
|
||||
"by the tracemalloc module as a tuple: (size: int, max_size: int).");
|
||||
|
|
Loading…
Reference in New Issue