Skip to content

Commit

Permalink
Remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
kgryte authored Jan 25, 2024
1 parent e5d3189 commit 76873d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/array_api_stubs/_draft/searching_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ def top_k_values(
- ``'smallest'``: return the indices of the ``k`` smallest elements.
Default: ``'largest'``.
Returns
-------
out: array
Expand All @@ -271,7 +271,7 @@ def top_k_values(
- Conforming implementations may support complex numbers; however, inequality comparison of complex numbers is unspecified and thus implementation-dependent (see :ref:`complex-number-ordering`).
"""


def where(condition: array, x1: array, x2: array, /) -> array:
"""
Returns elements chosen from ``x1`` or ``x2`` depending on ``condition``.
Expand Down

0 comments on commit 76873d8

Please sign in to comment.