[Python-checkins] CVS: python/nondist/peps pep-0234.txt,1.13,1.14

Barry Warsaw bwarsaw@users.sourceforge.net
Tue, 01 May 2001 10:52:08 -0700


Update of /cvsroot/python/python/nondist/peps
In directory usw-pr-cvs1:/tmp/cvs-serv9330

Modified Files:
	pep-0234.txt 
Log Message:
Fixed one small typo



Index: pep-0234.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0234.txt,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -r1.13 -r1.14
*** pep-0234.txt	2001/05/01 12:15:42	1.13
--- pep-0234.txt	2001/05/01 17:52:06	1.14
***************
*** 15,19 ****
      customized by providing a method that produces an iterator object.
      The iterator provides a 'get next value' operation that produces
!     the nxet item in the sequence each time it is called, raising an
      exception when no more items are available.
  
--- 15,19 ----
      customized by providing a method that produces an iterator object.
      The iterator provides a 'get next value' operation that produces
!     the next item in the sequence each time it is called, raising an
      exception when no more items are available.