mirror of
https://github.com/django/django.git
synced 2025-08-31 07:47:37 +00:00
Changed docs to link to Python's description of iterable.
This commit is contained in:
parent
ccb7f7c6d2
commit
e86cc14bd3
4 changed files with 16 additions and 17 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue