[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
2001年3月13日 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. */
 

AltStyle によって変換されたページ (->オリジナル) /