Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 98d797c

Browse files
committed
CSV
1 parent ff452cc commit 98d797c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1775,9 +1775,9 @@ import csv
17751775
* **`'quotechar'` - Character for quoting fields that contain special characters.**
17761776
* **`'doublequote'` - Whether quotechars inside fields get doubled or escaped.**
17771777
* **`'skipinitialspace'` - Whether whitespace after delimiter gets stripped.**
1778-
* **`'lineterminator'` - How does writer terminate lines.**
1778+
* **`'lineterminator'` - How does writer terminate rows.**
17791779
* **`'quoting'` - Controls the amount of quoting: 0 - as necessary, 1 - all.**
1780-
* **`'escapechar'` - Character for escaping 'quotechar' if 'doublequote' is false.**
1780+
* **`'escapechar'` - Character for escaping 'quotechar' if 'doublequote' is False.**
17811781

17821782
### Dialects
17831783
```text

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1593,9 +1593,9 @@
15931593
<li><strong><code class="python hljs"><span class="hljs-string">'quotechar'</span></code> - Character for quoting fields that contain special characters.</strong></li>
15941594
<li><strong><code class="python hljs"><span class="hljs-string">'doublequote'</span></code> - Whether quotechars inside fields get doubled or escaped.</strong></li>
15951595
<li><strong><code class="python hljs"><span class="hljs-string">'skipinitialspace'</span></code> - Whether whitespace after delimiter gets stripped.</strong></li>
1596-
<li><strong><code class="python hljs"><span class="hljs-string">'lineterminator'</span></code> - How does writer terminate lines.</strong></li>
1596+
<li><strong><code class="python hljs"><span class="hljs-string">'lineterminator'</span></code> - How does writer terminate rows.</strong></li>
15971597
<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>
1598-
<li><strong><code class="python hljs"><span class="hljs-string">'escapechar'</span></code> - Character for escaping 'quotechar' if 'doublequote' is false.</strong></li>
1598+
<li><strong><code class="python hljs"><span class="hljs-string">'escapechar'</span></code> - Character for escaping 'quotechar' if 'doublequote' is False.</strong></li>
15991599
</ul><div><h3 id="dialects">Dialects</h3><pre><code class="text language-text">+------------------+--------------+--------------+--------------+
16001600
| | excel | excel-tab | unix |
16011601
+------------------+--------------+--------------+--------------+

0 commit comments

Comments
 (0)