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 d6535d6 commit 42e14efCopy full SHA for 42e14ef
src/zarr/core/dtype/wrapper.py
@@ -246,7 +246,7 @@ def check_json_v2(
246
object_codec_id : str | None
247
The object codec ID, if applicable. Object codecs are specific numcodecs codecs that
248
zarr-python 2.x used to serialize numpy "Object" scalars. For example, a dtype field set
249
- to "|O" with an object codec ID of "vlen-utf8" indicates that the data type is a
+ to ``"|O"`` with an object codec ID of "vlen-utf8" indicates that the data type is a
250
variable-length string.
251
252
Zarr V3 has no such logic, so this parameter is only used for Zarr V2 compatibility.
0 commit comments