Skip to content

Commit 812ea72

Browse files
committed
add comprehensive docstrings
2 parents 234abd4 + 0f14623 commit 812ea72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dpctl/tensor/_elementwise_funcs.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@
215215
Default: "K".
216216
Returns:
217217
usm_narray:
218-
an array containing the element-wise exponential of x.
218+
an array containing the element-wise exponential.
219219
The data type of the returned array is determined by
220220
the Type Promotion Rules.
221221
"""
@@ -308,7 +308,7 @@
308308
Default: "K".
309309
Returns:
310310
usm_narray:
311-
An array which is True where x is NaN, False otherwise.
311+
An array which is True where `x` is NaN, False otherwise.
312312
The data type of the returned array is boolean.
313313
"""
314314

0 commit comments

Comments
 (0)