From 44c1a7bc51db0373364049024a7380429e12d710 Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Tue, 9 Jul 2002 19:27:20 +0000 Subject: [PATCH] Typo repair. --- Misc/SpecialBuilds.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/SpecialBuilds.txt b/Misc/SpecialBuilds.txt index b6446dd826..3c10f37668 100644 --- a/Misc/SpecialBuilds.txt +++ b/Misc/SpecialBuilds.txt @@ -107,7 +107,7 @@ sys.getcounts() (tp_name, tp_allocs, tp_frees, tp_maxalloc) - Each distinct type objects gets a distinct entry in this list, even + Each distinct type object gets a distinct entry in this list, even if two or more type objects have the same tp_name (in which case there's no way to distinguish them by looking at this list). The list is ordered by time of first object allocation: the type object -- 2.50.1