Skip to content

Commit

Permalink
Update src/hdf5plugin/_filters.py
Browse files Browse the repository at this point in the history
  • Loading branch information
t20100 authored Jul 3, 2024
1 parent a7e3035 commit 9d7c389
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 @@ -116,7 +116,7 @@ class Bitshuffle(_FilterRefClass):
:param int nelems:
The number of elements per block.
It needs to be divisible by eight.
Default: 0 (for about 8KB per block).
Default: 0 (for about 8 kilobytes per block).
:param str cname:
`lz4` (default), `none`, `zstd`
:param int clevel: Compression level, used only for `zstd` compression.
Expand Down

0 comments on commit 9d7c389

Please sign in to comment.