Skip to content

Commit 8585158

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

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
@@ -237,7 +237,7 @@ def parse_dtype(
237237
----------
238238
dtype_spec : ZDTypeLike
239239
The input to be converted to a ZDType. This could be a ZDType, which will be returned
240-
directly, or a JSON representation of a ZDType, or a native dtype, or a python object that
240+
directly, or a JSON representation of a ZDType, or a numpy dtype, or a python object that
241241
can be converted into a native dtype.
242242
zarr_format : ZarrFormat
243243
The Zarr format version. This parameter is required because this function will attempt to

0 commit comments

Comments
 (0)