Skip to content

Commit 55ae9eb

Browse files
jrbourbeaujakirkham
authored andcommitted
Import blosc from numcodecs in tutorial (#491)
1 parent 6536250 commit 55ae9eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorial.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1416,7 +1416,7 @@ compression and decompression. By default, Blosc uses up to 8
14161416
internal threads. The number of Blosc threads can be changed to increase or
14171417
decrease this number, e.g.::
14181418

1419-
>>> from zarr import blosc
1419+
>>> from numcodecs import blosc
14201420
>>> blosc.set_nthreads(2) # doctest: +SKIP
14211421
8
14221422

0 commit comments

Comments
 (0)