Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stack Of Tasks
eigenpy
Commits
6c1bdcda
Verified
Commit
6c1bdcda
authored
Nov 14, 2019
by
Justin Carpentier
Browse files
python: fix doc
parent
da54f6fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/eigenpy.cpp
View file @
6c1bdcda
...
...
@@ -16,7 +16,7 @@ namespace eigenpy
bp
::
def
(
"setNumpyType"
,
&
NumpyType
::
setNumpyType
,
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
,
"Get the Numpy type returned by the converters from an Eigen object."
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment