Skip to content

Commit

Permalink
Fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
t20100 committed Mar 14, 2024
1 parent 2782806 commit a7e3035
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/hdf5plugin/_filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ class Bitshuffle(_FilterRefClass):
:param int nelems:
The number of elements per block.
It needs to be divisible by eight (default is 0, about 8kB per block)
Default: 0 (for about 8kB per block).
It needs to be divisible by eight.
Default: 0 (for about 8KB 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 a7e3035

Please sign in to comment.