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 312bf3a commit 409bdedCopy full SHA for 409bded
1 file changed
src/zarr/core/metadata/v3.py
@@ -607,7 +607,7 @@ def to_dict(self) -> dict[str, JSON]:
607
def from_json(cls, obj: ArrayMetadataJSONLike_V3) -> Self:
608
"""
609
Construct from a trusted, typed input. No validation of the input structure
610
- is performed beyond what ``__init__`` already does.
+ is performed beyond what `__init__` already does.
611
612
_known_keys = _ARRAY_METADATA_KNOWN_KEYS
613
extra_fields = {k: v for k, v in obj.items() if k not in _known_keys}
0 commit comments