You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<li><p><strong>k</strong> (<aclass="reference external" href="https://docs.python.org/3/library/functions.html#int" title="(in Python v3.13)"><em>int</em></a>) – number of elements to find. Must be a positive integer value.</p></li>
832
832
<li><p><strong>axis</strong> (<em>Optional</em><em>[</em><aclass="reference external" href="https://docs.python.org/3/library/functions.html#int" title="(in Python v3.13)"><em>int</em></a><em>]</em>) – axis along which to search. If <cite>None</cite>, the search will be performed
833
833
over the flattened array. Default: <codeclass="docutils literal notranslate"><spanclass="pre">None</span></code>.</p></li>
834
-
<li><p><strong>mode</strong> (<em>Literal</em><em>[</em><em>"largest"</em><em>, </em><em>"smallest"</em><em>]</em>) – search mode. Must be one of the following modes:
835
-
- <cite>“largest”</cite>: return the <cite>k</cite> largest elements.
836
-
- <cite>“smallest”</cite>: return the <cite>k</cite> smallest elements.
837
-
Default: <cite>“largest”</cite>.</p></li>
834
+
<li><p><strong>mode</strong> (<em>Literal</em><em>[</em><em>"largest"</em><em>, </em><em>"smallest"</em><em>]</em>) – <p>search mode. Must be one of the following modes:</p>
835
+
<ul>
836
+
<li><p><cite>”largest”</cite>: return the <cite>k</cite> largest elements.</p></li>
837
+
<li><p><cite>”smallest”</cite>: return the <cite>k</cite> smallest elements.</p></li>
0 commit comments