Skip to content

Commit 3453af2

Browse files
committed
fix doctests
1 parent 9af24ed commit 3453af2

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
@@ -355,7 +355,7 @@ data type as its ``dtype`` attribute:
355355
.. code-block:: python
356356
357357
>>> type(a.dtype)
358-
<class 'np.dtypes.Int64DType'>
358+
<class 'numpy.dtypes.Int64DType'>
359359
360360
But if we inspect the metadata for the array, we can see the Zarr data type object:
361361

0 commit comments

Comments
 (0)