Skip to content

Commit

Permalink
minor update to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bbengfort committed Mar 21, 2017
1 parent 9c62f0a commit d333fda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
=============================
Expand Down

0 comments on commit d333fda

Please sign in to comment.