Commit d265933d authored by Patrik Huber's avatar Patrik Huber Committed by Jason Rhinelander
Browse files

Fix typos in Eigen documentation

Fixes one small variable name typo, and two instances where `py::arg().nocopy()` is used, where I think it should be `py::arg().noconvert()` instead. Probably `nocopy()` was the old/original name for it and then it was changed.
parent 5e14aa6a
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment