Skip to content

Commit c17d870

Browse files
jcarpentwxmerkt
andauthored
Apply suggestions from code review
Co-authored-by: Wolfgang Merkt <[email protected]>
1 parent 275c824 commit c17d870

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/eigenpy/quaternion.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ namespace eigenpy
185185
"Returns the quaternion describing the inverse rotation.")
186186
.def("setIdentity",&Quaternion::setIdentity,
187187
bp::arg("self"),
188-
"Set *this to the idendity rotation.",
188+
"Set *this to the identity rotation.",
189189
bp::return_self<>())
190190
.def("norm",&Quaternion::norm,
191191
bp::arg("self"),

0 commit comments

Comments
 (0)