Changed docs to link to Python's description of iterable.

This commit is contained in:
Jon Dufresne 2019-05-17 08:27:19 -07:00 committed by Carlton Gibson
parent ccb7f7c6d2
commit e86cc14bd3
4 changed files with 16 additions and 17 deletions

View file

@ -47,7 +47,7 @@ mention:
bill.
* For each row in your CSV file, call ``writer.writerow``, passing it an
iterable object such as a list or tuple.
:term:`iterable`.
* The CSV module takes care of quoting for you, so you don't have to worry
about escaping strings with quotes or commas in them. Just pass