Skip to content

Commit 54e255e

Browse files
Update condlist types in docs
1 parent 642f9f8 commit 54e255e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpnp/dpnp_iface_functional.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ def piecewise(x, condlist, funclist):
285285
----------
286286
x : {dpnp.ndarray, usm_ndarray}
287287
The input domain.
288-
condlist : {list of array-like boolean, bool scalars}
288+
condlist : {sequence of array-like boolean, bool scalars}
289289
Each boolean array/scalar corresponds to a function in `funclist`.
290290
Wherever `condlist[i]` is ``True``, `funclist[i](x)` is used as the
291291
output value.

0 commit comments

Comments
 (0)