bpo-22069: Update TextIO documentation (GH-6609)

Clarify that flush is implied when the call to write contains a newline character.
(cherry picked from commit 7ffd4c58fa)

Co-authored-by: Elena Oat <oat.elena@gmail.com>
This commit is contained in:
Miss Islington (bot) 2018-05-14 09:11:42 -07:00 committed by GitHub
parent afe5f633e4
commit 84fc6c59cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -809,7 +809,7 @@ Text I/O
the given string.
If *line_buffering* is ``True``, :meth:`flush` is implied when a call to
write contains a newline character.
write contains a newline character or a carriage return.
:class:`TextIOWrapper` provides one attribute in addition to those of
:class:`TextIOBase` and its parents: