Skip to content

Commit 84b572e

Browse files
committed
remove trailing underscore from np.void
1 parent 3045e9a commit 84b572e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/zarr/core/dtype/npy/bytes.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -445,10 +445,10 @@ class RawBytes(ZDType[np.dtypes.VoidDType[int], np.void], HasLength, HasItemSize
445445
from_json(data, zarr_format) : NullTerminatedBytes
446446
Create RawBytes from JSON data.
447447
448-
cast_scalar(data) : np.void_
448+
cast_scalar(data) : np.void
449449
Cast a python object to np.void.
450450
451-
default_scalar() : np.void_
451+
default_scalar() : np.void
452452
Return the default scalar value.
453453
454454
to_json_scalar(data, zarr_format) : str

0 commit comments

Comments
 (0)