This commit is contained in:
Andrew M. Kuchling 2006-07-31 15:22:58 +00:00
parent 04c897a2a9
commit 17159fe26f
1 changed files with 1 additions and 1 deletions

View 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}