Skip to content

Commit 42e14ef

Browse files
committed
fix docstring that was troubling sphinx
1 parent d6535d6 commit 42e14ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/zarr/core/dtype/wrapper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ def check_json_v2(
246246
object_codec_id : str | None
247247
The object codec ID, if applicable. Object codecs are specific numcodecs codecs that
248248
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
249+
to ``"|O"`` with an object codec ID of "vlen-utf8" indicates that the data type is a
250250
variable-length string.
251251
252252
Zarr V3 has no such logic, so this parameter is only used for Zarr V2 compatibility.

0 commit comments

Comments
 (0)