Skip to content

Commit 92de85c

Browse files
committed
correct config docstring
1 parent 35e35c4 commit 92de85c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/zarr/core/config.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
to be ``your.module.NewBytesCodec``.
99
1010
.. code-block:: python
11+
1112
from your.module import NewBytesCodec
1213
from zarr.core.config import register_codec, config
1314
@@ -18,6 +19,7 @@
1819
For example, to set the bytes codec via an environment variable:
1920
2021
.. code-block:: bash
22+
2123
export ZARR_CODECS__BYTES="your.module.NewBytesCodec"
2224
2325
For more information, see the Donfig documentation at https://github.com/pytroll/donfig.

0 commit comments

Comments
 (0)