Skip to content

Commit 6c1bdcd

Browse files
committed
python: fix doc
1 parent da54f6f commit 6c1bdcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/eigenpy.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ namespace eigenpy
1616

1717
bp::def("setNumpyType",&NumpyType::setNumpyType,
1818
bp::arg("Numpy type (np.ndarray or np.matrix)"),
19-
"Change the type returned by the converters from an Eigen object.");
19+
"Change the Numpy type returned by the converters from an Eigen object.");
2020

2121
bp::def("getNumpyType",&NumpyType::getNumpyType,
2222
"Get the Numpy type returned by the converters from an Eigen object.");

0 commit comments

Comments
 (0)