Skip to content

Commit 19d53ae

Browse files
committed
CSV
1 parent 3c01f45 commit 19d53ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1482,7 +1482,7 @@ <h2 id="csv"><a href="#csv" name="csv">#</a>CSV</h2>
14821482
&lt;writer&gt;.writerows(&lt;coll_of_coll&gt;)
14831483
</code></pre>
14841484
<ul>
1485-
<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>
1485+
<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>
14861486
</ul>
14871487
<h3 id="parameters">Parameters</h3>
14881488
<ul>

0 commit comments

Comments
 (0)