From e4c6391031192d42c370ef7e3c8b45ae644da818 Mon Sep 17 00:00:00 2001 From: Guillaume Jacquenot Date: Thu, 11 Nov 2021 22:03:53 +0100 Subject: [PATCH] Removed duplicated word in docs/advanced/cast/eigen.rst --- docs/advanced/cast/eigen.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/advanced/cast/eigen.rst b/docs/advanced/cast/eigen.rst index 80f1013430..a5c11a3f14 100644 --- a/docs/advanced/cast/eigen.rst +++ b/docs/advanced/cast/eigen.rst @@ -52,7 +52,7 @@ can be mapped *and* if the numpy array is writeable (that is the passed variable will be transparently carried out directly on the ``numpy.ndarray``. -This means you can can write code such as the following and have it work as +This means you can write code such as the following and have it work as expected: .. code-block:: cpp