We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25b1527 commit 0a5d14eCopy full SHA for 0a5d14e
docs/user-guide/data_types.rst
@@ -59,7 +59,7 @@ Zarr V3 brings several key changes to how data types are represented:
59
Data types in Zarr-Python
60
-------------------------
61
62
-The two Zarr formats that Zarr-Python supports specify data types in two different ways:
+The two Zarr formats that Zarr-Python supports specify data types differently:
63
data types in Zarr version 2 are encoded as Numpy-compatible strings, while data types in Zarr version
64
3 are encoded as either strings or ``JSON`` objects,
65
and the Zarr V3 data types don't have any associated endianness information, unlike Zarr V2 data types.
0 commit comments