Skip to content

Commit 775c455

Browse files
committed
Update docstring of asnumpy() method
1 parent 735933d commit 775c455

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

dpnp/dpnp_array.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -760,12 +760,14 @@ def argsort(
760760

761761
def asnumpy(self):
762762
"""
763-
Copy content of the array into :class:`numpy.ndarray` instance of the same shape and data type.
763+
Copy content of the array into :class:`numpy.ndarray` instance of
764+
the same shape and data type.
764765
765766
Returns
766767
-------
767-
numpy.ndarray
768-
An instance of :class:`numpy.ndarray` populated with the array content.
768+
out : numpy.ndarray
769+
An instance of :class:`numpy.ndarray` populated with the array
770+
content.
769771
770772
"""
771773

0 commit comments

Comments
 (0)