There was an error while loading. Please reload this page.
1 parent 5723f8a commit 3c01f45Copy full SHA for 3c01f45
README.md
@@ -1661,7 +1661,7 @@ import csv
1661
<writer>.writerow(<collection>) # Encodes objects using `str(<el>)`.
1662
<writer>.writerows(<coll_of_coll>)
1663
```
1664
-* **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!**
1665
1666
### Parameters
1667
* **`'dialect'` - Master parameter that sets the default values.**
0 commit comments