Skip to content

Commit ffb28d3

Browse files
Expand MAX_WBITS
Co-authored-by: Victor Stinner <vstinner@python.org>
1 parent ca3e8e4 commit ffb28d3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Doc/library/zlib.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,9 @@ behavior:
350350

351351
.. data:: MAX_WBITS
352352

353-
The maximum window buffer size (power of 2).
353+
The maximum window size, expressed as a power of 2.
354+
For example, if :const:`!MAX_WBITS` is ``15`` it results in a window size
355+
of ``32 KiB``.
354356

355357

356358
.. data:: DEF_MEM_LEVEL

0 commit comments

Comments
 (0)