Skip to content

Commit c9b49f8

Browse files
author
Skip Montanaro
committed
untab
1 parent b7d1aeb commit c9b49f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/csv.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ done::
477477

478478
import csv
479479
for row in csv.reader(['one,two,three']):
480-
print(row)
480+
print(row)
481481

482482

483483
.. rubric:: Footnotes

0 commit comments

Comments
 (0)