Skip to content

Commit 40e56f7

Browse files
committed
typo
1 parent 99d03ec commit 40e56f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/zarr/codecs/vlen_utf8.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def compute_encoded_size(self, input_byte_length: int, _chunk_spec: ArraySpec) -
8383
class VLenBytesCodec(ArrayBytesCodec):
8484
def __init__(self) -> None:
8585
warn(
86-
"The codec `vlen-bytes` is currently not part in the Zarr version 3 specificatio. It "
86+
"The codec `vlen-bytes` is currently not part in the Zarr version 3 specification. It "
8787
"may not be supported by other zarr implementations and may change in the future.",
8888
category=UserWarning,
8989
stacklevel=2,

0 commit comments

Comments
 (0)