Skip to content

Commit 76873d8

Browse files
authored
Remove whitespace
1 parent e5d3189 commit 76873d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/array_api_stubs/_draft/searching_functions.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ def top_k_values(
257257
- ``'smallest'``: return the indices of the ``k`` smallest elements.
258258
259259
Default: ``'largest'``.
260-
260+
261261
Returns
262262
-------
263263
out: array
@@ -271,7 +271,7 @@ def top_k_values(
271271
- Conforming implementations may support complex numbers; however, inequality comparison of complex numbers is unspecified and thus implementation-dependent (see :ref:`complex-number-ordering`).
272272
"""
273273

274-
274+
275275
def where(condition: array, x1: array, x2: array, /) -> array:
276276
"""
277277
Returns elements chosen from ``x1`` or ``x2`` depending on ``condition``.

0 commit comments

Comments
 (0)