Skip to content

Commit 7ee22db

Browse files
Simplify output buffering explanation
Removed redundant sentence about output buffering.
1 parent 12894fa commit 7ee22db

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
@@ -1607,9 +1607,6 @@ are always available. They are listed here in alphabetical order.
16071607
Output buffering is usually determined by *file*.
16081608
However, if *flush* is true, the stream is forcibly flushed.
16091609

1610-
Output buffering is usually determined by *file*. However, if *flush* is true,
1611-
the stream is forcibly flushed.
1612-
16131610
.. note::
16141611

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

0 commit comments

Comments
 (0)