summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2002-07-09 19:27:20 (GMT)
committerTim Peters <tim.peters@gmail.com>2002-07-09 19:27:20 (GMT)
commit44c1a7bc51db0373364049024a7380429e12d710 (patch)
tree1d0da4d4c730e5b404a286f35ea1fa7e05c773c1 /Misc
parent48ba649ae36eea10e2edbd666070d4fe3510d5cb (diff)
downloadcpython-44c1a7bc51db0373364049024a7380429e12d710.zip
cpython-44c1a7bc51db0373364049024a7380429e12d710.tar.gz
cpython-44c1a7bc51db0373364049024a7380429e12d710.tar.bz2
Typo repair.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/SpecialBuilds.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/SpecialBuilds.txt b/Misc/SpecialBuilds.txt
index b6446dd..3c10f37 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