Skip to content

Commit 70da4da

Browse files
committed
fix dtype doc example
1 parent 49f0062 commit 70da4da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/user-guide/data_types.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ Serialize to JSON for Zarr V2 and V3
151151
152152
>>> json_v2 = int8.to_json(zarr_format=2)
153153
>>> json_v2
154-
'|i1'
154+
{'name': '|i1', 'object_codec_id': None}
155155
>>> json_v3 = int8.to_json(zarr_format=3)
156156
>>> json_v3
157157
'int8'

0 commit comments

Comments
 (0)