diff --git a/src/python/magnum/math.matrix.h b/src/python/magnum/math.matrix.h index f231f4f..1c1cfc9 100644 --- a/src/python/magnum/math.matrix.h +++ b/src/python/magnum/math.matrix.h @@ -128,7 +128,7 @@ template void rectangularMatrix(py::class_& c) { */ c - /* Buffer protocol, needed in order to make numpy treat the matric + /* Buffer protocol, needed in order to make numpy treat the matrix correctly as column-major. The constructor is defined in everyRectangularMatrix(). */ .def_buffer([](const T& self) -> py::buffer_info {