(original) (raw)

changeset: 93465:524a004e93dd parent: 93463:7972304b9f92 parent: 93464:387bbada31e8 user: Berker Peksag berker.peksag@gmail.com date: Mon Nov 10 23:15:56 2014 +0200 files: Doc/library/tracemalloc.rst description: Issue #22839: Fix Snapshot.statistics() link. diff -r 7972304b9f92 -r 524a004e93dd Doc/library/tracemalloc.rst --- a/Doc/library/tracemalloc.rst Mon Nov 10 14:38:16 2014 +0200 +++ b/Doc/library/tracemalloc.rst Mon Nov 10 23:15:56 2014 +0200 @@ -435,7 +435,7 @@ 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 /berker.peksag@gmail.com