[Python-checkins] CVS: python/dist/src/Include abstract.h,2.28.2.1,2.28.2.2

Guido van Rossum gvanrossum@usw-pr-cvs1.sourceforge.net
Tue, 13 Mar 2001 08:14:26 -0800


Update of /cvsroot/python/python/dist/src/Include
In directory usw-pr-cvs1:/tmp/cvs-serv11739

Modified Files:
      Tag: iter-branch
	abstract.h 
Log Message:
Typo in comment.


Index: abstract.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/abstract.h,v
retrieving revision 2.28.2.1
retrieving revision 2.28.2.2
diff -C2 -r2.28.2.1 -r2.28.2.2
*** abstract.h	2001/03/13 10:07:41	2.28.2.1
--- abstract.h	2001/03/13 16:14:24	2.28.2.2
***************
*** 473,477 ****
       DL_IMPORT(PyObject *) PyObject_GetIter(PyObject *);
       /* Takes an object and returns an iterator for it.
!         This is typically a new iterator but of the argument
  	is an iterator, this returns itself. */
  
--- 473,477 ----
       DL_IMPORT(PyObject *) PyObject_GetIter(PyObject *);
       /* Takes an object and returns an iterator for it.
!         This is typically a new iterator but if the argument
  	is an iterator, this returns itself. */