summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2005-12-22 19:31:21 +0000
committerAndrew M. Kuchling <amk@amk.ca>2005-12-22 19:31:21 +0000
commit509a41da9c5f00fc5ea59a22455d70a4cd63e938 (patch)
treeb77d2d0de4dabad4076b2753d6e298606e9c1dd6
parent20be3c8a94b68595f736678e2aa398e4457e31ac (diff)
downloadcpython-git-509a41da9c5f00fc5ea59a22455d70a4cd63e938.tar.gz
Typo fix
-rw-r--r--Doc/lib/libtypes.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libtypes.tex b/Doc/lib/libtypes.tex
index 02ff3418aa..19d2faa21b 100644
--- a/Doc/lib/libtypes.tex
+++ b/Doc/lib/libtypes.tex
@@ -8,7 +8,7 @@
This module defines names for some object types that are used by
the standard Python interpreter, but not for the types defined by various
extension modules. Also, it does not include some of the types that
-arise during processing such the \code{listiterator} type.
+arise during processing such as the \code{listiterator} type.
It is safe to use \samp{from types import *} ---
the module does not export any names besides the ones listed here.
New names exported by future versions of this module will all end in