Skip to content

Commit 95a8d33

Browse files
committed
Add docstring to a file
1 parent 79af46a commit 95a8d33

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dpnp/dpnp_array.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
# *****************************************************************************
2626

2727
"""
28-
TODO: add mdoule docstring
28+
Interface of an ndarray representing a multidimensional tensor of numeric
29+
elements stored in a USM allocation on a SYCL device.
2930
3031
"""
3132

0 commit comments

Comments
 (0)