Skip to content

Commit b260f97

Browse files
lucascolleykgryte
andauthored
Update src/array_api_stubs/_draft/searching_functions.py
Co-authored-by: Athan <kgryte@gmail.com>
1 parent 49bcada commit b260f97

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/array_api_stubs/_draft/searching_functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ def where(condition: array, x1: array, x2: array, /) -> array:
146146
Parameters
147147
----------
148148
condition: array
149-
Should have a boolean data type. When ``True``, yield ``x1_i``; otherwise, yield ``x2_i``. Must be compatible with ``x1`` and ``x2`` (see :ref:`broadcasting`).
149+
when ``True``, yield ``x1_i``; otherwise, yield ``x2_i``. Should have a boolean data type. Must be compatible with ``x1`` and ``x2`` (see :ref:`broadcasting`).
150150
x1: array
151151
first input array. Must be compatible with ``condition`` and ``x2`` (see :ref:`broadcasting`).
152152
x2: array

0 commit comments

Comments
 (0)