Skip to content

Commit 6cad300

Browse files
committed
Fix doc
1 parent a3cefd2 commit 6cad300

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

blosc2/utils.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ def compress(src, typesize=8, clevel=9, shuffle=blosc2_ext.SHUFFLE, cname='blosc
6262
default is blosc2.SHUFFLE.
6363
cname : string (optional)
6464
The name of the compressor used internally in Blosc. It can be
65-
any of the supported by Blosc ('blosclz', 'lz4', 'lz4hc',
66-
'zlib', 'zstd' and maybe others too). The default is
67-
'blosclz'.
65+
any of the supported by Blosc (`blosclz`, `lz4`, `lz4hc`,
66+
`zlib`, `zstd` and maybe others too). The default is
67+
`blosclz`.
6868
6969
Returns
7070
-------

0 commit comments

Comments
 (0)