From b647328f9e80c6f2b4e833aea3fddec005f2c436 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Mon, 1 Jan 2024 22:30:06 -0500 Subject: [PATCH] spelling: corresponding Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- python/src/array.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/src/array.cpp b/python/src/array.cpp index f8a1a27cd..e2ae2fa47 100644 --- a/python/src/array.cpp +++ b/python/src/array.cpp @@ -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)