From e450eb62c21c8518c1988c3b17bc5793ea347756 Mon Sep 17 00:00:00 2001 From: Guillaume Jacquenot Date: Fri, 12 Nov 2021 16:53:43 +0100 Subject: [PATCH] Removed duplicated word in docs/advanced/cast/eigen.rst (#3458) --- 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