From: Berker Peksag Date: Mon, 10 Nov 2014 21:15:32 +0000 (+0200) Subject: Issue #22839: Fix Snapshot.statistics() link. X-Git-Tag: v3.4.3rc1~336 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4900877bcaef8ccf18caac8e0746cfda78732d36;p=thirdparty%2FPython%2Fcpython.git Issue #22839: Fix Snapshot.statistics() link. --- diff --git a/Doc/library/tracemalloc.rst b/Doc/library/tracemalloc.rst index 2bbe76acad93..552e84b4e025 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