diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2014-11-11 07:45:55 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2014-11-11 07:45:55 (GMT) |
commit | de796a42aec568eac218bc7180850fcb17778a94 (patch) | |
tree | 22b8ef8c1a4a081af544b29afc766e8ee50462eb | |
parent | 1b2004f0599693da3add850b9e1eebc2acb07bf0 (diff) | |
parent | 731a15347bf662038fc95e71c64f1785d91b58d9 (diff) | |
download | cpython-de796a42aec568eac218bc7180850fcb17778a94.zip cpython-de796a42aec568eac218bc7180850fcb17778a94.tar.gz cpython-de796a42aec568eac218bc7180850fcb17778a94.tar.bz2 |
Merge heads
-rw-r--r-- | Doc/library/tracemalloc.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/tracemalloc.rst b/Doc/library/tracemalloc.rst index ee4e629..a04a432 100644 --- a/Doc/library/tracemalloc.rst +++ b/Doc/library/tracemalloc.rst @@ -435,7 +435,7 @@ Snapshot Compute the differences with an old snapshot. Get statistics as a sorted list of :class:`StatisticDiff` instances grouped by *group_by*. - See the :meth:`statistics` method for *group_by* and *cumulative* + See the :meth:`Snapshot.statistics` method for *group_by* and *cumulative* parameters. The result is sorted from the biggest to the smallest by: absolute value |