Skip to content

Commit 37b014f

Browse files
committed
fix formatting
1 parent 60bd930 commit 37b014f

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
@@ -286,7 +286,7 @@ def piecewise(x, condlist, funclist):
286286
287287
Parameters
288288
----------
289-
x : : {dpnp.ndarray, usm_ndarray}
289+
x : {dpnp.ndarray, usm_ndarray}
290290
The input domain.
291291
condlist : {list of array-like boolean, bool scalars}
292292
Each boolean array/scalar corresponds to a function in `funclist`.

0 commit comments

Comments
 (0)