commit | 949da9e44b4e0d5b32745b91f9582158442b68d1 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Sat Jun 02 08:40:00 2018 -0700 |
committer | GitHub <noreply@github.com> | Sat Jun 02 08:40:00 2018 -0700 |
tree | 2e15f5abb2e1a1bb4cbd68f63dc480e47b49696e | |
parent | 57f1f5b91bcec2e2abe58627a27209676bb3ec6f [diff] |
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>