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

Skip to content

Commit e2382c5

Browse files
committed
Issue #25290: Fix typo in csv.reader() docstring
Patch by Johannes Niediek.
1 parent 28b21e5 commit e2382c5

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
@@ -1563,7 +1563,7 @@ PyDoc_STRVAR(csv_reader_doc,
15631563
"provided by the dialect.\n"
15641564
"\n"
15651565
"The returned object is an iterator. Each iteration returns a row\n"
1566-
"of the CSV file (which can span multiple input lines):\n");
1566+
"of the CSV file (which can span multiple input lines).\n");
15671567

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

0 commit comments

Comments
 (0)