]> granicus.if.org Git - python/commitdiff
Typo fix
authorAndrew M. Kuchling <amk@amk.ca>
Thu, 22 Dec 2005 19:31:21 +0000 (19:31 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Thu, 22 Dec 2005 19:31:21 +0000 (19:31 +0000)
Doc/lib/libtypes.tex

index 02ff3418aa2133af696c4ae2d257e836c5d49a13..19d2faa21b5748ee60f8807030fe6ab120407f7e 100644 (file)
@@ -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