Skip to content

Commit

Permalink
Typo in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
t20100 committed Sep 13, 2023
1 parent c7efbfc commit 5d06c06
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 5d06c06

Please sign in to comment.