Skip to content

Commit bc795b8

Browse files
committed
Add docstring to a file
1 parent c99bbe2 commit bc795b8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dpnp/dpnp_array.py

Lines changed: 2 additions & 1 deletion
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)