Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8b8df5a

Browse files
committed
Merge with 3.3
2 parents 2d6acd2 + f39cab1 commit 8b8df5a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/library/functions.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -886,8 +886,8 @@ are always available. They are listed here in alphabetical order.
886886
*buffering* is an optional integer used to set the buffering policy. Pass 0
887887
to switch buffering off (only allowed in binary mode), 1 to select line
888888
buffering (only usable in text mode), and an integer > 1 to indicate the size
889-
of a fixed-size chunk buffer. When no *buffering* argument is given, the
890-
default buffering policy works as follows:
889+
in bytes of a fixed-size chunk buffer. When no *buffering* argument is
890+
given, the default buffering policy works as follows:
891891

892892
* Binary files are buffered in fixed-size chunks; the size of the buffer is
893893
chosen using a heuristic trying to determine the underlying device's "block

0 commit comments

Comments
 (0)