Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6585501

Browse files
committed
Issue #25290: Fix typo in csv.reader() docstring
Patch by Johannes Niediek.
2 parents 29e68ed + 987f215 commit 6585501

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/_csv.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1562,7 +1562,7 @@ PyDoc_STRVAR(csv_reader_doc,
15621562
"provided by the dialect.\n"
15631563
"\n"
15641564
"The returned object is an iterator. Each iteration returns a row\n"
1565-
"of the CSV file (which can span multiple input lines):\n");
1565+
"of the CSV file (which can span multiple input lines).\n");
15661566

15671567
PyDoc_STRVAR(csv_writer_doc,
15681568
" csv_writer = csv.writer(fileobj [, dialect='excel']\n"

0 commit comments

Comments
 (0)