Thanks to visit codestin.com Credit goes to github.com
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.
2 parents e3eb061 + dff04f4 commit f39cab1Copy full SHA for f39cab1
1 file changed
Doc/library/functions.rst
@@ -876,8 +876,8 @@ are always available. They are listed here in alphabetical order.
876
*buffering* is an optional integer used to set the buffering policy. Pass 0
877
to switch buffering off (only allowed in binary mode), 1 to select line
878
buffering (only usable in text mode), and an integer > 1 to indicate the size
879
- of a fixed-size chunk buffer. When no *buffering* argument is given, the
880
- default buffering policy works as follows:
+ in bytes of a fixed-size chunk buffer. When no *buffering* argument is
+ given, the default buffering policy works as follows:
881
882
* Binary files are buffered in fixed-size chunks; the size of the buffer is
883
chosen using a heuristic trying to determine the underlying device's "block
0 commit comments