Skip to content

Commit 66b5d5c

Browse files
committed
CSV
1 parent a65c3d9 commit 66b5d5c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1788,7 +1788,7 @@ import csv
17881788
<writer>.writerow(<collection>) # Encodes objects using `str(<el>)`.
17891789
<writer>.writerows(<coll_of_coll>) # Appends multiple rows.
17901790
```
1791-
* **File must be opened with `'newline=""'` argument, or an extra '\r' will be added to every '\n' on platforms that use '\r\n' linendings!**
1791+
* **File must be opened with `'newline=""'` argument, or an extra '\r' will be added to every '\n' on platforms that use '\r\n' line endings!**
17921792

17931793
### Parameters
17941794
* **`'dialect'` - Master parameter that sets the default values.**

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1604,7 +1604,7 @@
16041604
</code></pre></div>
16051605

16061606
<ul>
1607-
<li><strong>File must be opened with <code class="python hljs"><span class="hljs-string">'newline=""'</span></code> argument, or an extra '\r' will be added to every '\n' on platforms that use '\r\n' linendings!</strong></li>
1607+
<li><strong>File must be opened with <code class="python hljs"><span class="hljs-string">'newline=""'</span></code> argument, or an extra '\r' will be added to every '\n' on platforms that use '\r\n' line endings!</strong></li>
16081608
</ul>
16091609
<div><h3 id="parameters">Parameters</h3><ul>
16101610
<li><strong><code class="python hljs"><span class="hljs-string">'dialect'</span></code> - Master parameter that sets the default values.</strong></li>

0 commit comments

Comments
 (0)