Browse Source

CSV

pull/40/head
Jure Šorn 5 years ago
parent
commit
3c01f454b6
1 changed files with 1 additions and 1 deletions
  1. 2
      README.md

2
README.md

@ -1661,7 +1661,7 @@ import csv
<writer>.writerow(<collection>) # Encodes objects using `str(<el>)`.
<writer>.writerows(<coll_of_coll>)
```
* **File must be open with `'newline=""'` argument, or newlines embedded inside quoted fields will not be interpreted correctly!**
* **File must be opened with `'newline=""'` argument, or newlines embedded inside quoted fields will not be interpreted correctly!**
### Parameters
* **`'dialect'` - Master parameter that sets the default values.**

Loading…
Cancel
Save