Skip to content

Commit b79d178

Browse files
committed
CSV
1 parent cedb06a commit b79d178

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
@@ -1793,7 +1793,7 @@ import csv
17931793
* **`'quotechar'` - Character for quoting fields that contain special characters.**
17941794
* **`'doublequote'` - Whether quotechars inside fields get doubled or escaped.**
17951795
* **`'skipinitialspace'` - Whether whitespace after delimiter gets stripped.**
1796-
* **`'lineterminator'` - How does writer terminate rows.**
1796+
* **`'lineterminator'` - Specifies how writer terminates rows.**
17971797
* **`'quoting'` - Controls the amount of quoting: 0 - as necessary, 1 - all.**
17981798
* **`'escapechar'` - Character for escaping 'quotechar' if 'doublequote' is False.**
17991799

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1607,7 +1607,7 @@
16071607
<li><strong><code class="python hljs"><span class="hljs-string">'quotechar'</span></code> - Character for quoting fields that contain special characters.</strong></li>
16081608
<li><strong><code class="python hljs"><span class="hljs-string">'doublequote'</span></code> - Whether quotechars inside fields get doubled or escaped.</strong></li>
16091609
<li><strong><code class="python hljs"><span class="hljs-string">'skipinitialspace'</span></code> - Whether whitespace after delimiter gets stripped.</strong></li>
1610-
<li><strong><code class="python hljs"><span class="hljs-string">'lineterminator'</span></code> - How does writer terminate rows.</strong></li>
1610+
<li><strong><code class="python hljs"><span class="hljs-string">'lineterminator'</span></code> - Specifies how writer terminates rows.</strong></li>
16111611
<li><strong><code class="python hljs"><span class="hljs-string">'quoting'</span></code> - Controls the amount of quoting: 0 - as necessary, 1 - all.</strong></li>
16121612
<li><strong><code class="python hljs"><span class="hljs-string">'escapechar'</span></code> - Character for escaping 'quotechar' if 'doublequote' is False.</strong></li>
16131613
</ul><div><h3 id="dialects">Dialects</h3><pre><code class="text language-text">+------------------+--------------+--------------+--------------+

0 commit comments

Comments
 (0)