We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f148d72 commit c6c83b4Copy full SHA for c6c83b4
dpnp/dpnp_array.py
@@ -2029,7 +2029,7 @@ def tolist(self):
2029
Examples
2030
--------
2031
For a 1D array, ``a.tolist()`` is almost the same as ``list(a)``,
2032
- except that ``tolist`` changes 0-d arrays to Python scalars:
+ except that ``tolist`` changes 0D arrays to Python scalars:
2033
2034
>>> import numpy as np
2035
>>> a = np.array([1, 2])
0 commit comments