Skip to content
Snippets Groups Projects
Verified Commit 6c1bdcda authored by Justin Carpentier's avatar Justin Carpentier
Browse files

python: fix doc

parent da54f6fe
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,7 @@ namespace eigenpy ...@@ -16,7 +16,7 @@ namespace eigenpy
bp::def("setNumpyType",&NumpyType::setNumpyType, bp::def("setNumpyType",&NumpyType::setNumpyType,
bp::arg("Numpy type (np.ndarray or np.matrix)"), bp::arg("Numpy type (np.ndarray or np.matrix)"),
"Change the type returned by the converters from an Eigen object."); "Change the Numpy type returned by the converters from an Eigen object.");
bp::def("getNumpyType",&NumpyType::getNumpyType, bp::def("getNumpyType",&NumpyType::getNumpyType,
"Get the Numpy type returned by the converters from an Eigen object."); "Get the Numpy type returned by the converters from an Eigen object.");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment