We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da54f6f commit 6c1bdcdCopy full SHA for 6c1bdcd
src/eigenpy.cpp
@@ -16,7 +16,7 @@ namespace eigenpy
16
17
bp::def("setNumpyType",&NumpyType::setNumpyType,
18
bp::arg("Numpy type (np.ndarray or np.matrix)"),
19
- "Change the type returned by the converters from an Eigen object.");
+ "Change the Numpy type returned by the converters from an Eigen object.");
20
21
bp::def("getNumpyType",&NumpyType::getNumpyType,
22
"Get the Numpy type returned by the converters from an Eigen object.");
0 commit comments