From d333fdac11e2ca17179d602e94de81ab7d6dfca7 Mon Sep 17 00:00:00 2001 From: Benjamin Bengfort Date: Tue, 21 Mar 2017 08:01:00 -0400 Subject: [PATCH] minor update to readme --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 2b5b4a7..84947a7 100644 --- a/README.rst +++ b/README.rst @@ -193,7 +193,7 @@ This will create a plot using matplotlib similar to this: You can combine both the ``include_children`` and ``multiprocess`` flags to show the total memory of the program as well as each child individually. If using the API directly, note that the return from ``memory_usage`` will include the -child memory along with an index identifying the specific child. +child memory in a nested list along with the main process memory. Setting debugger breakpoints =============================