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.
1 parent 54bc5ee commit f9258beCopy full SHA for f9258be
Doc/library/functions.rst
@@ -1406,7 +1406,7 @@ are always available. They are listed here in alphabetical order.
1406
given, the default buffering policy works as follows:
1407
1408
* Binary files are buffered in fixed-size chunks; the size of the buffer
1409
- is max(min(blocksize, 8 MiB), DEFAULT_BUFFER_SIZE)
+ is ``max(min(blocksize, 8 MiB), DEFAULT_BUFFER_SIZE)``
1410
when the device block size is available.
1411
On most systems, the buffer will typically be 128 kilobytes long.
1412
0 commit comments