We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e39255e commit 0df5388Copy full SHA for 0df5388
Doc/library/csv.rst
@@ -636,7 +636,7 @@ done::
636
.. rubric:: Footnotes
637
638
.. [1] If ``newline=''`` is not specified, newlines embedded inside quoted fields
639
- will not be interpreted correctly, and on platforms that use ``\r\n`` linendings
+ will not be interpreted correctly, and on platforms that use ``\r\n`` line endings
640
on write an extra ``\r`` will be added. It should always be safe to specify
641
``newline=''``, since the csv module does its own
642
(:term:`universal <universal newlines>`) newline handling.
0 commit comments