Skip to content

Commit 13097fa

Browse files
committed
core: fix arg name
1 parent 863e4b1 commit 13097fa

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
@@ -34,7 +34,7 @@ namespace eigenpy
3434
Exception::registerException();
3535

3636
bp::def("setNumpyType",&NumpyType::setNumpyType,
37-
bp::arg("Numpy type (np.ndarray or np.matrix)"),
37+
bp::arg("numpy_type"),
3838
"Change the Numpy type returned by the converters from an Eigen object.");
3939

4040
bp::def("getNumpyType",&NumpyType::getNumpyType,

0 commit comments

Comments
 (0)