diff --git a/README.rst b/README.rst index f84f0bb..85a8922 100644 --- a/README.rst +++ b/README.rst @@ -168,7 +168,7 @@ For more details, see the docstrings of the magics. ============================ * Q: How accurate are the results ? * A: This module gets the memory consumption by querying the - operating system kernel about the ammount of memory the current + operating system kernel about the amount of memory the current process has allocated, which might be slightly different from the ammount of memory that is actually used by the Python interpreter. Also, because of how the garbage collector works in