diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2005-12-22 19:31:45 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2005-12-22 19:31:45 (GMT) |
commit | 2108d550a4e33f0c4c97d27a2b777364359f59e7 (patch) | |
tree | 45de82dc51e6b257fd6c5306158141c28beb109a /Doc | |
parent | 08a34f9b0b9b9b5530638c97716b768698a33df2 (diff) | |
download | cpython-2108d550a4e33f0c4c97d27a2b777364359f59e7.zip cpython-2108d550a4e33f0c4c97d27a2b777364359f59e7.tar.gz cpython-2108d550a4e33f0c4c97d27a2b777364359f59e7.tar.bz2 |
Typo fix
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libtypes.tex | 2 |
1 files changed, 1 insertions, 1 deletions
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 |