spelling: partition

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2024-01-01 22:43:09 -05:00
parent c18cb065b4
commit 979ae32b98
3 changed files with 6 additions and 6 deletions

View File

@@ -2253,7 +2253,7 @@ void init_ops(py::module_& m) {
will be of elements less or equal to the element at the ``kth``
index and all indices after will be of elements greater or equal
to the element at the ``kth`` index.
axis (int or None, optional): Optional axis to partiton over.
axis (int or None, optional): Optional axis to partition over.
If ``None``, this partitions over the flattened array.
If unspecified, it defaults to ``-1``.