]> granicus.if.org Git - python/commitdiff
Typo fix.
authorGreg Ward <gward@python.net>
Thu, 26 Jul 2001 21:01:21 +0000 (21:01 +0000)
committerGreg Ward <gward@python.net>
Thu, 26 Jul 2001 21:01:21 +0000 (21:01 +0000)
Doc/lib/libstdtypes.tex

index f913f415ea876f66f5751e4205847b0c1b116add..d478f316081a33fb908a603c4cf3bb6a96b820c4 100644 (file)
@@ -330,7 +330,7 @@ One method needs to be defined for container objects to provide
 iteration support:
 
 \begin{methoddesc}[container]{__iter__}{}
-  Return an interator object.  The object is required to support the
+  Return an iterator object.  The object is required to support the
   iterator protocol described below.  If a container supports
   different types of iteration, additional methods can be provided to
   specifically request iterators for those iteration types.  (An