Skip to content

Commit 0df49b6

Browse files
committed
address reviewer comments
1 parent 0eb7a91 commit 0df49b6

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
@@ -151,7 +151,7 @@
151151

152152
# U13: ==== EXP (x)
153153
_exp_docstring = """
154-
exp(x, order='K')
154+
exp(x, out=None, order='K')
155155
156156
Computes exponential for each element `x_i` for input array `x`.
157157
"""
@@ -289,7 +289,7 @@
289289

290290
# U30: ==== SIN (x)
291291
_sin_docstring = """
292-
sin(x, order='K')
292+
sin(x, out=None, order='K')
293293
294294
Computes sin for each element `x_i` for input array `x`.
295295
"""

0 commit comments

Comments
 (0)