Skip to content

Commit 07e62e9

Browse files
kgrytendgrigorian
andauthored
docs: update description
Co-authored-by: ndgrigorian <[email protected]>
1 parent 76873d8 commit 07e62e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/array_api_stubs/_draft/searching_functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ def top_k(
155155
mode: Literal["largest", "smallest"] = "largest",
156156
) -> Tuple[array, array]:
157157
"""
158-
Returns the ``k`` largest (or smallest) elements of an input array ``x`` along a specified dimension.
158+
Returns the values and indices of the ``k`` largest (or smallest) elements of an input array ``x`` along a specified dimension.
159159
160160
Parameters
161161
----------

0 commit comments

Comments
 (0)