]> 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:30:21 +0000 (19:30 +0300)
committerBerker Peksag <berker.peksag@gmail.com>
Fri, 2 Oct 2015 16:30:21 +0000 (19:30 +0300)
Patch by Johannes Niediek.

Modules/_csv.c

index 00f5d002cdda778b62ad351c93a3b7317a54469f..884e051830741e2be6550810989be07f3c4f7594 100644 (file)
@@ -1520,7 +1520,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"