Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00818c8 commit a801cf1Copy full SHA for a801cf1
1 file changed
Doc/library/csv.rst
@@ -452,8 +452,9 @@ read CSV files (assuming they support complex numbers at all).
452
453
.. method:: csvwriter.writerows(rows)
454
455
- Write all the *rows* parameters (a list of *row* objects as described above) to
456
- the writer's file object, formatted according to the current dialect.
+ Write all elements in *rows* (an iterable of *row* objects as described
+ above) to the writer's file object, formatted according to the current
457
+ dialect.
458
459
Writer objects have the following public attribute:
460
0 commit comments