From 176743215545c2384e8a6e29b64a0b1dd21d1543 Mon Sep 17 00:00:00 2001 From: Andrew Yoon Date: Mon, 18 Sep 2017 20:51:17 -0400 Subject: [PATCH] Fix typo in readme --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 117e1da..f34312f 100644 --- a/README.rst +++ b/README.rst @@ -173,7 +173,7 @@ parent's usage and track each child individual. To create a report that combines memory usage of all the children and the parent, use the ``include_children`` flag in either the ``profile`` decorator or -ass a command line argument to ``mprof``:: +as a command line argument to ``mprof``:: mprof run --include-children