Skip to content

Commit 281e87d

Browse files
committed
Update output of zarr.config.pprint() in docs.
1 parent b0091d9 commit 281e87d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/user-guide/config.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,11 @@ requires the value of ``codecs.bytes.name`` to be ``'custompackage.NewBytesCodec
4242
This is the current default configuration::
4343

4444
>>> zarr.config.pprint()
45-
{'array': {'order': 'C',
46-
'write_empty_chunks': False},
45+
{'array': {'order': 'C', 'write_empty_chunks': False},
4746
'async': {'concurrency': 10, 'timeout': None},
4847
'buffer': 'zarr.buffer.cpu.Buffer',
48+
'chunk_key_encodings': {'default': 'zarr.core.chunk_key_encodings.DefaultChunkKeyEncoding',
49+
'v2': 'zarr.core.chunk_key_encodings.V2ChunkKeyEncoding'},
4950
'codec_pipeline': {'batch_size': 1,
5051
'path': 'zarr.core.codec_pipeline.BatchedCodecPipeline'},
5152
'codecs': {'blosc': 'zarr.codecs.blosc.BloscCodec',

0 commit comments

Comments
 (0)