mirror of
https://github.com/ml-explore/mlx.git
synced 2025-08-21 11:38:06 +08:00
spelling: equivalent
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
586ac7d656
commit
dc0661be5a
@ -1263,7 +1263,7 @@ void init_ops(py::module_& m) {
|
||||
If the axis is not specified the array is treated as a flattened
|
||||
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:
|
||||
a (array): Input array.
|
||||
|
Loading…
Reference in New Issue
Block a user