mirror of
https://github.com/ml-explore/mlx.git
synced 2025-12-16 01:49:05 +08:00
spelling: equivalent
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user