[Python-checkins] cpython (3.4): Issue #22839: Fix Snapshot.statistics() link.

berker.peksag python-checkins at python.org
Mon Nov 10 22:15:45 CET 2014


https://hg.python.org/cpython/rev/387bbada31e8
changeset:   93464:387bbada31e8
branch:      3.4
parent:      93459:03d6661c13a0
user:        Berker Peksag <berker.peksag at gmail.com>
date:        Mon Nov 10 23:15:32 2014 +0200
summary:
  Issue #22839: Fix Snapshot.statistics() link.

files:
  Doc/library/tracemalloc.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/tracemalloc.rst b/Doc/library/tracemalloc.rst
--- a/Doc/library/tracemalloc.rst
+++ b/Doc/library/tracemalloc.rst
@@ -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

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list