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.
2 parents 29e68ed + 987f215 commit 6585501Copy full SHA for 6585501
1 file changed
Modules/_csv.c
@@ -1562,7 +1562,7 @@ PyDoc_STRVAR(csv_reader_doc,
1562
"provided by the dialect.\n"
1563
"\n"
1564
"The returned object is an iterator. Each iteration returns a row\n"
1565
-"of the CSV file (which can span multiple input lines):\n");
+"of the CSV file (which can span multiple input lines).\n");
1566
1567
PyDoc_STRVAR(csv_writer_doc,
1568
" csv_writer = csv.writer(fileobj [, dialect='excel']\n"
0 commit comments