Browse Source

CSV

pull/52/head
Jure Šorn 5 years ago
parent
commit
66b5d5cdb2
2 changed files with 2 additions and 2 deletions
  1. 2
      README.md
  2. 2
      index.html

2
README.md

@ -1788,7 +1788,7 @@ import csv
<writer>.writerow(<collection>) # Encodes objects using `str(<el>)`. <writer>.writerow(<collection>) # Encodes objects using `str(<el>)`.
<writer>.writerows(<coll_of_coll>) # Appends multiple rows. <writer>.writerows(<coll_of_coll>) # Appends multiple rows.
``` ```
* **File must be opened with `'newline=""'` argument, or an extra '\r' will be added to every '\n' on platforms that use '\r\n' linendings!**
* **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!**
### Parameters ### Parameters
* **`'dialect'` - Master parameter that sets the default values.** * **`'dialect'` - Master parameter that sets the default values.**

2
index.html

@ -1604,7 +1604,7 @@ CompletedProcess(args=[<span class="hljs-string">'bc'</span>, <span class="hljs-
</code></pre></div> </code></pre></div>
<ul> <ul>
<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>
<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>
</ul> </ul>
<div><h3 id="parameters">Parameters</h3><ul> <div><h3 id="parameters">Parameters</h3><ul>
<li><strong><code class="python hljs"><span class="hljs-string">'dialect'</span></code> - Master parameter that sets the default values.</strong></li> <li><strong><code class="python hljs"><span class="hljs-string">'dialect'</span></code> - Master parameter that sets the default values.</strong></li>

Loading…
Cancel
Save