spelling: equivalent

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2024-01-01 22:35:08 -05:00
parent 586ac7d656
commit dc0661be5a

View File

@ -1263,7 +1263,7 @@ void init_ops(py::module_& m) {
If the axis is not specified the array is treated as a flattened If the axis is not specified the array is treated as a flattened
1-D array prior to performing the take. 1-D array prior to performing the take.
As an example, if the ``axis=1`` this is equialent to ``a[:, indices, ...]``. As an example, if the ``axis=1`` this is equivalent to ``a[:, indices, ...]``.
Args: Args:
a (array): Input array. a (array): Input array.