Skip to content

Commit 80f9d55

Browse files
Simplify output buffering explanation
Removed redundant sentence about output buffering.
1 parent 5652bfe commit 80f9d55

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Doc/library/functions.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1616,9 +1616,6 @@ are always available. They are listed here in alphabetical order.
16161616
Output buffering is usually determined by *file*.
16171617
However, if *flush* is true, the stream is forcibly flushed.
16181618

1619-
Output buffering is usually determined by *file*. However, if *flush* is true,
1620-
the stream is forcibly flushed.
1621-
16221619
.. note::
16231620

16241621
In Python, printing a string containing newline characters does not automatically

0 commit comments

Comments
 (0)