Skip to content

Commit f7b5387

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/zarr/core/dtype/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ def parse_dtype(
238238
Parameters
239239
----------
240240
dtype_spec : ZDTypeLike
241-
The input to be interpreted as a ZDType. This could be a ZDType, which will be returned
241+
The input to be converted to a ZDType. This could be a ZDType, which will be returned
242242
directly, or a JSON representation of a ZDType, or a native dtype, or a python object that
243243
can be converted into a native dtype.
244244
zarr_format : ZarrFormat

0 commit comments

Comments
 (0)