mirror of
https://github.com/ml-explore/mlx.git
synced 2025-08-20 18:39:45 +08:00
spelling: corresponding
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
e34205b9cc
commit
b647328f9e
@ -559,7 +559,7 @@ void init_array(py::module_& m) {
|
||||
If the array has more than one dimension then the result is a nested
|
||||
list of lists.
|
||||
|
||||
The value type of the list correpsonding to the last dimension is either
|
||||
The value type of the list corresponding to the last dimension is either
|
||||
``bool``, ``int`` or ``float`` depending on the ``dtype`` of the array.
|
||||
)pbdoc")
|
||||
.def("__array__", &mlx_array_to_np)
|
||||
|
Loading…
Reference in New Issue
Block a user