PEP 454: Statistic doesn't have size_dif/count_diff anymore

This commit is contained in:
Victor Stinner 2013-11-09 19:50:51 +01:00
parent 2a339ac8f5
commit 9e3306d126
1 changed files with 0 additions and 3 deletions

View File

@ -371,9 +371,6 @@ Statistic
Statistic on memory allocations.
``size_diff`` and ``count_diff`` attributes are the difference
between two ``Snapshot`` instance.
``Snapshot.statistics()`` returns a list of ``Statistic`` instances.
See also the ``StatisticDiff`` class.