mirror of
https://github.com/ml-explore/mlx.git
synced 2025-08-21 12:06:42 +08:00
spelling: elements
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
f242b42493
commit
3cce74a811
@ -507,7 +507,7 @@ void init_array(py::module_& m) {
|
||||
|
||||
array_class
|
||||
.def_property_readonly(
|
||||
"size", &array::size, R"pbdoc(Number of elments in the array.)pbdoc")
|
||||
"size", &array::size, R"pbdoc(Number of elements in the array.)pbdoc")
|
||||
.def_property_readonly(
|
||||
"ndim", &array::ndim, R"pbdoc(The array's dimension.)pbdoc")
|
||||
.def_property_readonly(
|
||||
|
Loading…
Reference in New Issue
Block a user