Browse Source

CSV

pull/40/head
Jure Šorn 5 years ago
parent
commit
19d53ae705
1 changed files with 1 additions and 1 deletions
  1. 2
      index.html

2
index.html

@ -1482,7 +1482,7 @@ os.replace(<span class="hljs-keyword">from</span>, to) <span class=
&lt;writer&gt;.writerows(&lt;coll_of_coll&gt;) &lt;writer&gt;.writerows(&lt;coll_of_coll&gt;)
</code></pre> </code></pre>
<ul> <ul>
<li><strong>File must be open with <code class="python hljs"><span class="hljs-string">'newline=""'</span></code> argument, or newlines embedded inside quoted fields will not be interpreted correctly!</strong></li>
<li><strong>File must be opened with <code class="python hljs"><span class="hljs-string">'newline=""'</span></code> argument, or newlines embedded inside quoted fields will not be interpreted correctly!</strong></li>
</ul> </ul>
<h3 id="parameters">Parameters</h3> <h3 id="parameters">Parameters</h3>
<ul> <ul>

Loading…
Cancel
Save