mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-21 20:55:11 +00:00
typo
This commit is contained in:
parent
d031efe788
commit
8908552dfc
@ -67,7 +67,7 @@ specification.
|
||||
To create a C++ function that can take a Python buffer object as an argument,
|
||||
simply use the type ``py::buffer`` as one of its arguments. Buffers can exist
|
||||
in a great variety of configurations, hence some safety checks are usually
|
||||
necessary in the function body. Below, you can see an basic example on how to
|
||||
necessary in the function body. Below, you can see a basic example on how to
|
||||
define a custom constructor for the Eigen double precision matrix
|
||||
(``Eigen::MatrixXd``) type, which supports initialization from compatible
|
||||
buffer objects (e.g. a NumPy matrix).
|
||||
|
Loading…
Reference in New Issue
Block a user