fix documentation error - [#28862] Method 'difference' doesn't exist in Quaternion object.
This commit is contained in:
@@ -193,7 +193,7 @@ static PyObject *Quaternion_dot(QuaternionObject *self, PyObject *value)
|
|||||||
}
|
}
|
||||||
|
|
||||||
PyDoc_STRVAR(Quaternion_rotation_difference_doc,
|
PyDoc_STRVAR(Quaternion_rotation_difference_doc,
|
||||||
".. function:: difference(other)\n"
|
".. function:: rotation_difference(other)\n"
|
||||||
"\n"
|
"\n"
|
||||||
" Returns a quaternion representing the rotational difference.\n"
|
" Returns a quaternion representing the rotational difference.\n"
|
||||||
"\n"
|
"\n"
|
||||||
|
Reference in New Issue
Block a user