Skip to content

Commit c6c83b4

Browse files
committed
Fix typo in the example text
1 parent f148d72 commit c6c83b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpnp/dpnp_array.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2029,7 +2029,7 @@ def tolist(self):
20292029
Examples
20302030
--------
20312031
For a 1D array, ``a.tolist()`` is almost the same as ``list(a)``,
2032-
except that ``tolist`` changes 0-d arrays to Python scalars:
2032+
except that ``tolist`` changes 0D arrays to Python scalars:
20332033
20342034
>>> import numpy as np
20352035
>>> a = np.array([1, 2])

0 commit comments

Comments
 (0)