Skip to content

Commit e9829fc

Browse files
committed
Fix typo in expm1 docstring and rebase onto master
1 parent 0342fa7 commit e9829fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpctl/tensor/_elementwise_funcs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@
267267
usm_ndarray:
268268
An array containing the element-wise exp(x)-1 values.
269269
The data type of the returned array is determined by the Type
270-
Promotion Rules..
270+
Promotion Rules.
271271
"""
272272

273273
expm1 = UnaryElementwiseFunc(

0 commit comments

Comments
 (0)