We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27cccdd commit a68751aCopy full SHA for a68751a
docs/user-guide/data_types.rst
@@ -283,7 +283,7 @@ Serialize to JSON for Zarr V2:
283
.. note::
284
285
The representation returned by ``to_json`` is more abstract than the literal contents of Zarr V2
286
- array metadata, because the JSON representation used by the `ZDType` classes must be distinct across
+ array metadata, because the JSON representation used by the ``ZDType`` classes must be distinct across
287
different data types. Zarr V2 identifies multiple distinct data types with the "object" data type
288
identifier ``"|O"``, which means extra information is needed to disambiguate these data types from
289
one another. That's the reason for the ``object_codec_id`` field you see here. See the
0 commit comments