Skip to content

Commit 6d9512d

Browse files
committed
Fix doc
1 parent 096dc22 commit 6d9512d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

blosc2/utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,8 @@ def pack(obj, clevel=9, shuffle=blosc2_ext.SHUFFLE, cname='blosclz'):
167167
default is blosc2.SHUFFLE.
168168
cname : string (optional)
169169
The name of the compressor used internally in Blosc. It can be
170-
any of the supported by Blosc ('blosclz', 'lz4', 'lz4hc',
171-
'zlib', 'zstd' and maybe others too). The default is
170+
any of the supported by Blosc (`blosclz`, `lz4`, `lz4hc`,
171+
`zlib`, `zstd` and maybe others too). The default is
172172
'blosclz'.
173173
174174
Returns

0 commit comments

Comments
 (0)