]> granicus.if.org Git - python/commit
bpo-23495: Correct the documentation for writerows() of csv Writer objects (GH-6316)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 2 Jun 2018 15:37:28 +0000 (08:37 -0700)
committerGitHub <noreply@github.com>
Sat, 2 Jun 2018 15:37:28 +0000 (08:37 -0700)
commitdb3039085845af5d68ab863f03e9684681b1516d
tree50565bf225c50cd26ce8770b28a07e68c1f63554
parent218eacad2a6cc04598b95a97b748be354696f8ed
bpo-23495: Correct the documentation for writerows() of csv Writer objects (GH-6316)

`writerows()` takes an iterable.
(cherry picked from commit a801cf164be7c62b6a6dba47ff91d6c3edb67729)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
Doc/library/csv.rst