Skip to content

Commit 559fe8b

Browse files
committed
fix docstring
1 parent d63b597 commit 559fe8b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/hdf5plugin/_filters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ class Bitshuffle(FilterBase):
132132
It needs to be divisible by eight.
133133
Default: 0 (for about 8 kilobytes per block).
134134
:param cname: Compressor name.
135-
:param clevel: Compression level, used only for `zstd` compression.
135+
:param clevel: Compression level, used **only for "zstd"** compression.
136136
Can be negative, and must be below or equal to 22 (maximum compression).
137137
Default: 3.
138138
"""

0 commit comments

Comments
 (0)