Skip to content

Commit d246424

Browse files
authored
docs: fix docstring, ZLIB and ISAL can't both be the default
1 parent 1f0e557 commit d246424

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/uproot/compression.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ class ZLIB(Compression, _DecompressZLIB):
120120
If ``ZLIB.library`` is ``"zlib"`` (default), Uproot uses ``zlib`` from the
121121
Python standard library.
122122
123-
If ``ZLIB.library`` is ``"isal"`` (default), Uproot uses ``isal.isal_zlib``.
123+
If ``ZLIB.library`` is ``"isal"``, Uproot uses ``isal.isal_zlib``.
124124
"""
125125

126126
def __init__(self, level):

0 commit comments

Comments
 (0)