cpython: 88876a264ebe (original) (raw)

Mercurial > cpython

changeset 68752:88876a264ebe 3.1

Markup fixes for #7198 patch. [#7198]

R David Murray rdmurray@bitdance.com
date Sun, 20 Mar 2011 11🔞21 -0400
parents 9201455f950b
children d0d1235cb66e 154b1e20e62b
files Doc/library/csv.rst
diffstat 1 files changed, 3 insertions(+), 3 deletions(-)[+] [-] Doc/library/csv.rst 6

line wrap: on

line diff

--- a/Doc/library/csv.rst +++ b/Doc/library/csv.rst @@ -79,8 +79,8 @@ The :mod:csv module defines the follow Return a writer object responsible for converting the user's data into delimited strings on the given file-like object. csvfile can be any object with a

.. [1] If newline='' is not specified, newlines embedded inside quoted fields will not be interpreted correctly, and on platforms that use \r\n linendings