[Python-checkins] r43640 - python/trunk/Modules/_csv.c (original) (raw)
fredrik.lundh python-checkins at python.org
Tue Apr 4 18:51:14 CEST 2006
- Previous message: [Python-checkins] buildbot warnings in x86 W2k trunk
- Next message: [Python-checkins] buildbot warnings in hppa Ubuntu dapper trunk
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: fredrik.lundh Date: Tue Apr 4 18:51:13 2006 New Revision: 43640
Modified: python/trunk/Modules/_csv.c Log: docstring tweak
Modified: python/trunk/Modules/_csv.c
--- python/trunk/Modules/_csv.c (original) +++ python/trunk/Modules/_csv.c Tue Apr 4 18:51:13 2006 @@ -1495,7 +1495,7 @@ PyDoc_STRVAR(csv_writer_doc, " csv_writer = csv.writer(fileobj [, dialect='excel']\n" " [optional keyword args])\n" -" for row in csv_writer:\n" +" for row in sequence:\n" " csv_writer.writerow(row)\n" "\n" " [or]\n"
- Previous message: [Python-checkins] buildbot warnings in x86 W2k trunk
- Next message: [Python-checkins] buildbot warnings in hppa Ubuntu dapper trunk
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]