[Python-checkins] python/dist/src/Modules _csv.c,1.5,1.6

montanaro@users.sourceforge.net montanaro@users.sourceforge.net
Fri, 11 Apr 2003 16:10:17 -0700


Update of /cvsroot/python/python/dist/src/Modules
In directory sc8-pr-cvs1:/tmp/cvs-serv24486

Modified Files:
	_csv.c 
Log Message:
typo


Index: _csv.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/_csv.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** _csv.c	11 Apr 2003 21:40:01 -0000	1.5
--- _csv.c	11 Apr 2003 23:10:13 -0000	1.6
***************
*** 1097,1101 ****
          if (row_iter == NULL) {
                  PyErr_SetString(PyExc_TypeError,
!                                 "writerows() argument must be iteratable");
                  return NULL;
          }
--- 1097,1101 ----
          if (row_iter == NULL) {
                  PyErr_SetString(PyExc_TypeError,
!                                 "writerows() argument must be iterable");
                  return NULL;
          }