From: Andrew M. Kuchling Date: Mon, 31 Jul 2006 15:22:58 +0000 (+0000) Subject: Typo fix X-Git-Tag: v2.5b3~28 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=17159fe26f7d59ce6d7a808b1564a99b3c93466b;p=thirdparty%2FPython%2Fcpython.git Typo fix --- diff --git a/Doc/lib/libstdtypes.tex b/Doc/lib/libstdtypes.tex index a14f8175b796..2841670704f0 100644 --- a/Doc/lib/libstdtypes.tex +++ b/Doc/lib/libstdtypes.tex @@ -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}