We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 840a3f7 commit 4d2f68bCopy full SHA for 4d2f68b
src/zarr/registry.py
@@ -48,9 +48,9 @@ def register(self, cls: type[T]) -> None:
48
__ndbuffer_registry: Registry[NDBuffer] = Registry()
49
50
"""
51
-The registry module is responsible for managing implementations of codecs, pipelines, buffers and ndbuffers and
52
-collecting them from entrypoints.
53
-The implementation used is determined by the config
+The registry module is responsible for managing implementations of codecs,
+pipelines, buffers and ndbuffers and collecting them from entrypoints.
+The implementation used is determined by the config.
54
55
56
0 commit comments