[Python-checkins] CVS: python/nondist/peps pep-0201.txt,1.8,1.9

Barry Warsaw python-dev@python.org
Thu, 27 Jul 2000 12:17:17 -0700


Update of /cvsroot/python/python/nondist/peps
In directory slayer.i.sourceforge.net:/tmp/cvs-serv4860

Modified Files:
	pep-0201.txt 
Log Message:
small typo


Index: pep-0201.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0201.txt,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** pep-0201.txt	2000/07/27 19:15:20	1.8
--- pep-0201.txt	2000/07/27 19:17:15	1.9
***************
*** 141,146 ****
  
      Here is a reference implementation, in Python of the zip()
!     built-in function and helper class.  These would ultimately be
!     replaced by equivalent C code.
  
      def zip(*args):
--- 141,146 ----
  
      Here is a reference implementation, in Python of the zip()
!     built-in function.  These would ultimately be replaced by
!     equivalent C code.
  
      def zip(*args):