spelling: elements

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2024-01-01 22:34:44 -05:00
parent f242b42493
commit 3cce74a811

View File

@ -507,7 +507,7 @@ void init_array(py::module_& m) {
array_class array_class
.def_property_readonly( .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( .def_property_readonly(
"ndim", &array::ndim, R"pbdoc(The array's dimension.)pbdoc") "ndim", &array::ndim, R"pbdoc(The array's dimension.)pbdoc")
.def_property_readonly( .def_property_readonly(