Skip to content

Commit 10ba9a9

Browse files
lllllllllljakirkham
authored andcommitted
DOC: fix typo in code snippet (#461)
Add missing closing parenthesis in code snippet.
1 parent 89659b2 commit 10ba9a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/codecs.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class can be used as a compressor for a Zarr array::
1010

1111
>>> import zarr
1212
>>> from numcodecs import Blosc
13-
>>> z = zarr.zeros(1000000, compressor=Blosc(cname='zstd', clevel=1, shuffle=Blosc.SHUFFLE)
13+
>>> z = zarr.zeros(1000000, compressor=Blosc(cname='zstd', clevel=1, shuffle=Blosc.SHUFFLE))
1414

1515
Codec classes can also be used as filters. See the tutorial section on :ref:`tutorial_filters`
1616
for more information.

0 commit comments

Comments
 (0)