[Python-checkins] CVS: python/dist/src/Doc/lib libstdtypes.tex,1.65,1.66

Greg Ward gward@users.sourceforge.net
Thu, 26 Jul 2001 14:01:24 -0700


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory usw-pr-cvs1:/tmp/cvs-serv22115

Modified Files:
	libstdtypes.tex 
Log Message:
Typo fix.

Index: libstdtypes.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libstdtypes.tex,v
retrieving revision 1.65
retrieving revision 1.66
diff -C2 -d -r1.65 -r1.66
*** libstdtypes.tex	2001/07/25 16:18:19	1.65
--- libstdtypes.tex	2001/07/26 21:01:21	1.66
***************
*** 331,335 ****
  
  \begin{methoddesc}[container]{__iter__}{}
!   Return an interator 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
--- 331,335 ----
  
  \begin{methoddesc}[container]{__iter__}{}
!   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