Removed duplicated word in docs/advanced/cast/eigen.rst (#3458)

This commit is contained in:
Guillaume Jacquenot 2021-11-12 16:53:43 +01:00 committed by GitHub
parent aebd21b53c
commit e450eb62c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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