Skip to content

Commit f9258be

Browse files
committed
format code block with double backticks
1 parent 54bc5ee commit f9258be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/functions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1406,7 +1406,7 @@ are always available. They are listed here in alphabetical order.
14061406
given, the default buffering policy works as follows:
14071407

14081408
* Binary files are buffered in fixed-size chunks; the size of the buffer
1409-
is max(min(blocksize, 8 MiB), DEFAULT_BUFFER_SIZE)
1409+
is ``max(min(blocksize, 8 MiB), DEFAULT_BUFFER_SIZE)``
14101410
when the device block size is available.
14111411
On most systems, the buffer will typically be 128 kilobytes long.
14121412

0 commit comments

Comments
 (0)