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 1f0e557 commit d246424Copy full SHA for d246424
src/uproot/compression.py
@@ -120,7 +120,7 @@ class ZLIB(Compression, _DecompressZLIB):
120
If ``ZLIB.library`` is ``"zlib"`` (default), Uproot uses ``zlib`` from the
121
Python standard library.
122
123
- If ``ZLIB.library`` is ``"isal"`` (default), Uproot uses ``isal.isal_zlib``.
+ If ``ZLIB.library`` is ``"isal"``, Uproot uses ``isal.isal_zlib``.
124
"""
125
126
def __init__(self, level):
0 commit comments