Skip to content

Commit 0df5388

Browse files
committed
typo
1 parent e39255e commit 0df5388

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/csv.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -636,7 +636,7 @@ done::
636636
.. rubric:: Footnotes
637637

638638
.. [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
639+
will not be interpreted correctly, and on platforms that use ``\r\n`` line endings
640640
on write an extra ``\r`` will be added. It should always be safe to specify
641641
``newline=''``, since the csv module does its own
642642
(:term:`universal <universal newlines>`) newline handling.

0 commit comments

Comments
 (0)