]> granicus.if.org Git - python/commitdiff
Issue #25290: Fix typo in csv.reader() docstring
authorBerker Peksag <berker.peksag@gmail.com>
Fri, 2 Oct 2015 16:25:32 +0000 (19:25 +0300)
committerBerker Peksag <berker.peksag@gmail.com>
Fri, 2 Oct 2015 16:25:32 +0000 (19:25 +0300)
Patch by Johannes Niediek.

Modules/_csv.c

index 7a7156431c4869601ed40ce1024e65096d73981a..1a363fa5d01e17890c55fbbcd3f42c55e2d10dc5 100644 (file)
@@ -1563,7 +1563,7 @@ PyDoc_STRVAR(csv_reader_doc,
 "provided by the dialect.\n"
 "\n"
 "The returned object is an iterator.  Each iteration returns a row\n"
-"of the CSV file (which can span multiple input lines):\n");
+"of the CSV file (which can span multiple input lines).\n");
 
 PyDoc_STRVAR(csv_writer_doc,
 "    csv_writer = csv.writer(fileobj [, dialect='excel']\n"