Skip to content
Snippets Groups Projects
Unverified Commit c17d8702 authored by Justin Carpentier's avatar Justin Carpentier Committed by GitHub
Browse files

Apply suggestions from code review

parent 275c824c
No related branches found
No related tags found
No related merge requests found
......@@ -185,7 +185,7 @@ namespace eigenpy
"Returns the quaternion describing the inverse rotation.")
.def("setIdentity",&Quaternion::setIdentity,
bp::arg("self"),
"Set *this to the idendity rotation.",
"Set *this to the identity rotation.",
bp::return_self<>())
.def("norm",&Quaternion::norm,
bp::arg("self"),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment