Skip to content

Commit 9a7d1db

Browse files
d-v-bdstansby
andauthored
Update src/zarr/core/dtype/__init__.py
Co-authored-by: David Stansby <[email protected]>
1 parent 6cef7d7 commit 9a7d1db

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/zarr/core/dtype/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,8 +259,6 @@ def parse_dtype(
259259
NullTerminatedBytes(length=10)
260260
>>> parse_dtype({"name": "numpy.datetime64", "configuration": {"unit": "s", "scale_factor": 10}}, zarr_format=3)
261261
DateTime64(endianness='little', scale_factor=10, unit='s')
262-
>>> parse_dtype("int32", zarr_format=2)
263-
Int32(endianness="little")
264262
"""
265263
if isinstance(dtype_spec, ZDType):
266264
return dtype_spec

0 commit comments

Comments
 (0)