@@ -248,7 +248,7 @@ class Int8(BaseInt[np.dtypes.Int8DType, np.int8]):
248248 The class of the underlying NumPy dtype.
249249 _zarr_v3_name : ClassVar[Literal["int8"]] = "int8"
250250 The name of this data type in Zarr V3.
251- _zarr_v2_names : ClassVar[tuple[Literal["|i1"]]] = ("|i1",)
251+ _zarr_v2_names : `` ClassVar[tuple[Literal["|i1"]]]`` = `` ("|i1",)``
252252 The names of this data type in Zarr V2.
253253 """
254254
@@ -362,7 +362,7 @@ def to_json(
362362
363363 Returns
364364 -------
365- DTypeConfig_V2[Literal["|i1"], None] | Literal["int8"]
365+ `` DTypeConfig_V2[Literal["|i1"], None] | Literal["int8"]``
366366 The JSON-serializable representation of the data type.
367367
368368 Raises
@@ -402,7 +402,7 @@ class UInt8(BaseInt[np.dtypes.UInt8DType, np.uint8]):
402402 The class of the underlying NumPy dtype.
403403 _zarr_v3_name : ClassVar[Literal["uint8"]] = "uint8"
404404 The name of this data type in Zarr V3.
405- _zarr_v2_names : ClassVar[tuple[Literal["|u1"]]] = ("|u1",)
405+ _zarr_v2_names : `` ClassVar[tuple[Literal["|u1"]]]`` = `` ("|u1",)``
406406 The names of this data type in Zarr V2.
407407 """
408408
@@ -503,7 +503,7 @@ def to_json(
503503
504504 Returns
505505 -------
506- DTypeConfig_V2[Literal["|u1"], None] | Literal["uint8"]
506+ `` DTypeConfig_V2[Literal["|u1"], None] | Literal["uint8"]``
507507 The JSON-serializable representation of the data type.
508508
509509 Raises
0 commit comments