Skip to content

Commit

Permalink
Merge pull request #299 from t20100/docstring-typo
Browse files Browse the repository at this point in the history
Documentation: Fixed typo in `Bitshuffle` docstring
  • Loading branch information
kif authored Jul 3, 2024
2 parents 1769fdb + 9d7c389 commit 9a97a0e
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 @@ -120,8 +120,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 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 9a97a0e

Please sign in to comment.