[Python-checkins] cpython (merge 3.2 -> default): Markup fixes for #7198 patch. (original) (raw)

r.david.murray python-checkins at python.org
Sun Mar 20 16:40:11 CET 2011


http://hg.python.org/cpython/rev/2a8580f4897c changeset: 68754:2a8580f4897c parent: 68751:07c89f2a0636 parent: 68753:d0d1235cb66e user: R David Murray <rdmurray at bitdance.com> date: Sun Mar 20 11:33:17 2011 -0400 summary: Markup fixes for #7198 patch.

Also corrected the indentation of one of the examples.

files: Doc/library/csv.rst

diff --git a/Doc/library/csv.rst b/Doc/library/csv.rst --- a/Doc/library/csv.rst +++ b/Doc/library/csv.rst @@ -79,8 +79,8 @@

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

.. rubric:: Footnotes

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

-- Repository URL: http://hg.python.org/cpython



More information about the Python-checkins mailing list