Skip to content

Commit 83f508c

Browse files
d-v-bilan-gold
andauthored
Update docs/user-guide/data_types.rst
Co-authored-by: Ilan Gold <[email protected]>
1 parent 60b2e9d commit 83f508c

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
@@ -40,7 +40,7 @@ Thus the JSON identifier for a Numpy-compatible data type is just the Numpy ``st
4040
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,
4141
in Zarr version 2 each data type has an endianness where applicable. However, Zarr version 3 data types do not store endianness information.
4242

43-
In addition to defining a representation of the data type itself (which in the example above was just a simple string ``"<i8"``, Zarr also
43+
In addition to defining a representation of the data type itself (which in the example above was just a simple string ``"<i8"``), Zarr also
4444
defines a metadata representation of scalars associated with that data type. Integers are stored as ``JSON`` numbers,
4545
as are floats, with the caveat that `NaN`, positive infinity, and negative infinity are stored as special strings.
4646

0 commit comments

Comments
 (0)