From 0c9cd88fd3373764b7536d727f18af0a1869ec04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sun, 8 Sep 2019 18:12:59 +0200 Subject: [PATCH] python: doc++ --- src/python/corrade/containers.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/python/corrade/containers.cpp b/src/python/corrade/containers.cpp index 26cf39e..9ec77d7 100644 --- a/src/python/corrade/containers.cpp +++ b/src/python/corrade/containers.cpp @@ -577,7 +577,7 @@ template void mutableStridedArrayView4D(py::class_, Containers::PyArrayViewHolder>> arrayView_{m, "ArrayView", "Array view", py::buffer_protocol{}};