From e86cc14bd36734d81c4e490a2453778e33b95a45 Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Fri, 17 May 2019 08:27:19 -0700 Subject: Changed docs to link to Python's description of iterable. --- docs/howto/outputting-csv.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/howto') diff --git a/docs/howto/outputting-csv.txt b/docs/howto/outputting-csv.txt index 0bca4f186a..4d614b6ab8 100644 --- a/docs/howto/outputting-csv.txt +++ b/docs/howto/outputting-csv.txt @@ -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 -- cgit v1.3