This commit is contained in:
Skip Montanaro 2011-03-19 13:07:10 -05:00
parent b7d1aebb66
commit c9b49f8759
1 changed files with 1 additions and 1 deletions

View File

@ -477,7 +477,7 @@ done::
import csv
for row in csv.reader(['one,two,three']):
print(row)
print(row)
.. rubric:: Footnotes