diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2014-11-10 21:15:32 (GMT) |
---|---|---|
committer | Berker Peksag <berker.peksag@gmail.com> | 2014-11-10 21:15:32 (GMT) |
commit | 4900877bcaef8ccf18caac8e0746cfda78732d36 (patch) | |
tree | 5cef138fc5b2f52e57f7dbd61e3f6a10d901ee7b /Doc | |
parent | 19e9158497728e522f315777da1cd957a8736c20 (diff) | |
download | cpython-4900877bcaef8ccf18caac8e0746cfda78732d36.zip cpython-4900877bcaef8ccf18caac8e0746cfda78732d36.tar.gz cpython-4900877bcaef8ccf18caac8e0746cfda78732d36.tar.bz2 |
Issue #22839: Fix Snapshot.statistics() link.
Diffstat (limited to 'Doc')
-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 2bbe76a..552e84b 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 |