Skip to content

Commit

Permalink
docs: update description
Browse files Browse the repository at this point in the history
Co-authored-by: ndgrigorian <[email protected]>
  • Loading branch information
kgryte and ndgrigorian authored Dec 12, 2024
1 parent 76873d8 commit 07e62e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/array_api_stubs/_draft/searching_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def top_k(
mode: Literal["largest", "smallest"] = "largest",
) -> Tuple[array, array]:
"""
Returns the ``k`` largest (or smallest) elements of an input array ``x`` along a specified dimension.
Returns the values and indices of the ``k`` largest (or smallest) elements of an input array ``x`` along a specified dimension.
Parameters
----------
Expand Down

0 comments on commit 07e62e9

Please sign in to comment.