Typo fix
This commit is contained in:
parent
20be3c8a94
commit
509a41da9c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue