diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2014-11-10 21:15:56 (GMT) |
---|---|---|
committer | Berker Peksag <berker.peksag@gmail.com> | 2014-11-10 21:15:56 (GMT) |
commit | 731a15347bf662038fc95e71c64f1785d91b58d9 (patch) | |
tree | e834fdbf5e39acdd92985d7ae4b04cbc758ab151 /Doc/library/tracemalloc.rst | |
parent | b99c132bd9030883f7a3482feb5e2b38c02f4188 (diff) | |
parent | 4900877bcaef8ccf18caac8e0746cfda78732d36 (diff) | |
download | cpython-731a15347bf662038fc95e71c64f1785d91b58d9.zip cpython-731a15347bf662038fc95e71c64f1785d91b58d9.tar.gz cpython-731a15347bf662038fc95e71c64f1785d91b58d9.tar.bz2 |
Issue #22839: Fix Snapshot.statistics() link.
Diffstat (limited to 'Doc/library/tracemalloc.rst')
-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 |