]> 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:40:00 +0000 (08:40 -0700)
committerGitHub <noreply@github.com>
Sat, 2 Jun 2018 15:40:00 +0000 (08:40 -0700)
commit949da9e44b4e0d5b32745b91f9582158442b68d1
tree2e15f5abb2e1a1bb4cbd68f63dc480e47b49696e
parent57f1f5b91bcec2e2abe58627a27209676bb3ec6f
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