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 bd08a0a commit 7ffd4c5Copy full SHA for 7ffd4c5
Doc/library/io.rst
@@ -889,7 +889,7 @@ Text I/O
889
characters written are translated to the given string.
890
891
If *line_buffering* is ``True``, :meth:`flush` is implied when a call to
892
- write contains a newline character.
+ write contains a newline character or a carriage return.
893
894
If *write_through* is ``True``, calls to :meth:`write` are guaranteed
895
not to be buffered: any data written on the :class:`TextIOWrapper`
0 commit comments