spelling: corresponding

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2024-01-01 22:30:06 -05:00
parent e34205b9cc
commit b647328f9e

View File

@ -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)