Skip to content

Commit 3c01f45

Browse files
committed
CSV
1 parent 5723f8a commit 3c01f45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1661,7 +1661,7 @@ import csv
16611661
<writer>.writerow(<collection>) # Encodes objects using `str(<el>)`.
16621662
<writer>.writerows(<coll_of_coll>)
16631663
```
1664-
* **File must be open with `'newline=""'` argument, or newlines embedded inside quoted fields will not be interpreted correctly!**
1664+
* **File must be opened with `'newline=""'` argument, or newlines embedded inside quoted fields will not be interpreted correctly!**
16651665

16661666
### Parameters
16671667
* **`'dialect'` - Master parameter that sets the default values.**

0 commit comments

Comments
 (0)