]> granicus.if.org Git - python/commitdiff
Typo fix
authorAndrew M. Kuchling <amk@amk.ca>
Mon, 31 Jul 2006 15:22:58 +0000 (15:22 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Mon, 31 Jul 2006 15:22:58 +0000 (15:22 +0000)
Doc/lib/libstdtypes.tex

index a14f8175b796c1f885dc7d8f42cf4049bb4c905b..2841670704f0465d303fd64c3bed64042fb95843 100644 (file)
@@ -7,7 +7,7 @@ differed from user-defined types because it was not possible to use
 the built-in types as the basis for object-oriented inheritance.
 This limitation does not exist any longer.}
 
-The principal built-in types are numerics, sequences, mappings, files
+The principal built-in types are numerics, sequences, mappings, files,
 classes, instances and exceptions.
 \indexii{built-in}{types}