summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2006-07-31 15:22:58 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2006-07-31 15:22:58 (GMT)
commit17159fe26f7d59ce6d7a808b1564a99b3c93466b (patch)
tree78be73513fd0306b42bde6d3c6dcbd0a4fe3236e /Doc
parent04c897a2a91900172c8144f2ad9048ab7c609b77 (diff)
downloadcpython-17159fe26f7d59ce6d7a808b1564a99b3c93466b.zip
cpython-17159fe26f7d59ce6d7a808b1564a99b3c93466b.tar.gz
cpython-17159fe26f7d59ce6d7a808b1564a99b3c93466b.tar.bz2
Typo fix
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/libstdtypes.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libstdtypes.tex b/Doc/lib/libstdtypes.tex
index a14f817..2841670 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}