From 509a41da9c5f00fc5ea59a22455d70a4cd63e938 Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Thu, 22 Dec 2005 19:31:21 +0000 Subject: Typo fix --- Doc/lib/libtypes.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/lib/libtypes.tex b/Doc/lib/libtypes.tex index 02ff341..19d2faa 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 -- cgit v0.12