]> granicus.if.org Git - python/commitdiff
docstring tweak
authorFredrik Lundh <fredrik@pythonware.com>
Tue, 4 Apr 2006 16:51:13 +0000 (16:51 +0000)
committerFredrik Lundh <fredrik@pythonware.com>
Tue, 4 Apr 2006 16:51:13 +0000 (16:51 +0000)
Modules/_csv.c

index da5ae0d238d6774b9a46f73d3e43b50591e0bfa2..902ea9e4827f6b67bdc90eb71dc1e69ce3248a6a 100644 (file)
@@ -1495,7 +1495,7 @@ PyDoc_STRVAR(csv_reader_doc,
 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"