Skip to content

Commit 409bded

Browse files
committed
docs: use single backtick in docstring
1 parent 312bf3a commit 409bded

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/zarr/core/metadata

src/zarr/core/metadata/v3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,7 @@ def to_dict(self) -> dict[str, JSON]:
607607
def from_json(cls, obj: ArrayMetadataJSONLike_V3) -> Self:
608608
"""
609609
Construct from a trusted, typed input. No validation of the input structure
610-
is performed beyond what ``__init__`` already does.
610+
is performed beyond what `__init__` already does.
611611
"""
612612
_known_keys = _ARRAY_METADATA_KNOWN_KEYS
613613
extra_fields = {k: v for k, v in obj.items() if k not in _known_keys}

0 commit comments

Comments
 (0)