Skip to content

Commit fab80a2

Browse files
antonwolfyvtavana
andauthored
Update dpnp/dpnp_iface_searching.py
Co-authored-by: Vahid Tavanashad <[email protected]>
1 parent e8b28c4 commit fab80a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpnp/dpnp_iface_searching.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ def searchsorted(a, v, side="left", sorter=None):
325325
326326
Default: ``"left"``.
327327
sorter : {None, dpnp.ndarray, usm_ndarray}, optional
328-
Optional 1-D array of integer indices that sort array a into ascending
328+
Optional 1-D array of integer indices that sort array `a` into ascending
329329
order. They are typically the result of :py:func:`dpnp.argsort`.
330330
Out of bound index values of `sorter` array are treated using
331331
``"wrap"`` mode documented in :py:func:`dpnp.take`.

0 commit comments

Comments
 (0)