From 700fd7c510b00b1570cb07e33118fd35bfcbe850 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Mon, 15 Jul 2019 15:24:47 +0200 Subject: [PATCH] python: doc++ --- src/python/magnum/math.matrix.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {