Skip to content

Commit 87c71fa

Browse files
committed
prose
1 parent 368145f commit 87c71fa

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/user-guide/data_types.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -283,12 +283,12 @@ Serialize to JSON for Zarr V2:
283283
284284
.. note::
285285

286-
The representation returned by ``to_json`` is more abstract than the literal contents of Zarr V2
287-
array metadata, because the JSON representation used by the ``ZDType`` classes must be distinct across
288-
different data types. Zarr V2 identifies multiple distinct data types with the "object" data type
289-
identifier ``"|O"``, which means extra information is needed to disambiguate these data types from
290-
one another. That's the reason for the ``object_codec_id`` field you see here. See the
291-
`section <#object-data-type>`_ on the "object" data type for more information.
286+
The representation returned by ``to_json(zarr_format=2)`` is more abstract than the literal contents
287+
of Zarr V2 array metadata, because the JSON representation used by the ``ZDType`` classes must be
288+
distinct across different data types. As noted `earlier <#object-data-type>`_, Zarr V2 identifies
289+
multiple distinct data types with the "object" data type identifier ``"|O"``. Extra information
290+
is needed to disambiguate these data types from one another. That's the reason for the
291+
``object_codec_id`` field you see here.
292292

293293
And for V3:
294294

0 commit comments

Comments
 (0)