Skip to content

Commit

Permalink
Merge pull request #279 from silx-kit/t20100-patch-1
Browse files Browse the repository at this point in the history
Typo in docstring
  • Loading branch information
kif committed Sep 14, 2023
2 parents c7efbfc + 5d06c06 commit bd82712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hdf5plugin/_filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ class Blosc2(_FilterRefClass):
- Blosc2.SHUFFLE (1): Byte-wise shuffle (default)
- Blosc2.BITSHUFFLE (2): Bit-wise shuffle
- Blosc2.DELTA (3): Stores diff'ed blocks
- Blosc3.TRUNC_PREC (4): Zeroes the least significant bits of the mantissa
- Blosc2.TRUNC_PREC (4): Zeroes the least significant bits of the mantissa
"""

NOFILTER = 0
Expand Down

0 comments on commit bd82712

Please sign in to comment.