Skip to content

Commit e9aff64

Browse files
committed
adjust note
1 parent 8fbf673 commit e9aff64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/user-guide/data_types.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Thus the JSON identifier for a Numpy-compatible data type is just the Numpy ``st
3737

3838
.. note::
3939
The ``<`` character in the data type metadata encodes the `endianness <https://numpy.org/doc/2.2/reference/generated/numpy.dtype.byteorder.html>`_, or "byte order", of the data type. Following Numpy's example,
40-
Zarr version 2 data types associate each data type with an endianness where applicable. Zarr version 3 data types do not store endianness information.
40+
in Zarr version 2 each data type has an endianness where applicable. However, Zarr version 3 data types do not store endianness information.
4141

4242
In addition to defining a representation of the data type itself (which in the example above was just a simple string ``"<i8"``, Zarr also
4343
defines a metadata representation of scalars associated with that data type. Integers are stored as ``JSON`` numbers,

0 commit comments

Comments
 (0)