Browse Source

Issue #22839: Fix Snapshot.statistics() link.

pull/9921/head
Berker Peksag 11 years ago
parent
commit
4900877bca
  1. 2
      Doc/library/tracemalloc.rst

2
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

Loading…
Cancel
Save