]> granicus.if.org Git - python/commit
Fix broken example of csv.reader use (it returns an iterator, which isn't
authorThomas Wouters <thomas@python.org>
Thu, 16 Feb 2006 14:57:05 +0000 (14:57 +0000)
committerThomas Wouters <thomas@python.org>
Thu, 16 Feb 2006 14:57:05 +0000 (14:57 +0000)
commitbbdf6078f689aca2c8443db652a93d253698d040
treec606611998a182ac65a5ef8b5b99d2c6b6b52d17
parent41290685f9d5c7aed544bd5db90914ab82f9d213
Fix broken example of csv.reader use (it returns an iterator, which isn't
indexable) by using the same 'for' construct as all other examples. (Also
emphasizes that reading from a random iterable is no different than reading
from a file.)
Doc/lib/libcsv.tex