[Python-checkins] commit of r41792 - python/branches/release24-maint/Doc/lib/libtypes.tex

andrew.kuchling python-checkins at python.org
Thu Dec 22 20:31:46 CET 2005


Author: andrew.kuchling
Date: Thu Dec 22 20:31:45 2005
New Revision: 41792

Modified:
   python/branches/release24-maint/Doc/lib/libtypes.tex
Log:
Typo fix

Modified: python/branches/release24-maint/Doc/lib/libtypes.tex
==============================================================================
--- python/branches/release24-maint/Doc/lib/libtypes.tex	(original)
+++ python/branches/release24-maint/Doc/lib/libtypes.tex	Thu Dec 22 20:31:45 2005
@@ -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


More information about the Python-checkins mailing list