Skip to content

Commit

Permalink
docs: fix docstring, ZLIB and ISAL can't both be the default
Browse files Browse the repository at this point in the history
  • Loading branch information
jpivarski authored Feb 23, 2024
1 parent 1f0e557 commit d246424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/uproot/compression.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ class ZLIB(Compression, _DecompressZLIB):
If ``ZLIB.library`` is ``"zlib"`` (default), Uproot uses ``zlib`` from the
Python standard library.
If ``ZLIB.library`` is ``"isal"`` (default), Uproot uses ``isal.isal_zlib``.
If ``ZLIB.library`` is ``"isal"``, Uproot uses ``isal.isal_zlib``.
"""

def __init__(self, level):
Expand Down

0 comments on commit d246424

Please sign in to comment.