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 99d03ec commit 40e56f7Copy full SHA for 40e56f7
src/zarr/codecs/vlen_utf8.py
@@ -83,7 +83,7 @@ def compute_encoded_size(self, input_byte_length: int, _chunk_spec: ArraySpec) -
83
class VLenBytesCodec(ArrayBytesCodec):
84
def __init__(self) -> None:
85
warn(
86
- "The codec `vlen-bytes` is currently not part in the Zarr version 3 specificatio. It "
+ "The codec `vlen-bytes` is currently not part in the Zarr version 3 specification. It "
87
"may not be supported by other zarr implementations and may change in the future.",
88
category=UserWarning,
89
stacklevel=2,
0 commit comments