Skip to content

Commit f11f7c0

Browse files
committed
Remove dtype from where() type annotation
1 parent dc5b5d4 commit f11f7c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/API_specification/searching_functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Returns elements chosen from `x1` or `x2` depending on `condition`.
9090

9191
#### Parameters
9292

93-
- **condition**: _<array<bool>>_
93+
- **condition**: _<array>_
9494

9595
- when `True`, yield `x1_i`; otherwise, yield `x2_i`. Must be compatible with `x1` and `x2` (see {ref}`broadcasting`).
9696

0 commit comments

Comments
 (0)