Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28b21e5 commit e2382c5Copy full SHA for e2382c5
1 file changed
Modules/_csv.c
@@ -1563,7 +1563,7 @@ PyDoc_STRVAR(csv_reader_doc,
1563
"provided by the dialect.\n"
1564
"\n"
1565
"The returned object is an iterator. Each iteration returns a row\n"
1566
-"of the CSV file (which can span multiple input lines):\n");
+"of the CSV file (which can span multiple input lines).\n");
1567
1568
PyDoc_STRVAR(csv_writer_doc,
1569
" csv_writer = csv.writer(fileobj [, dialect='excel']\n"
0 commit comments