fix documentation error - [#28862] Method 'difference' doesn't exist in Quaternion object.

This commit is contained in:
Campbell Barton
2011-10-10 01:14:49 +00:00
parent f6cd962df7
commit bdd7c2d3f4

View File

@@ -193,7 +193,7 @@ static PyObject *Quaternion_dot(QuaternionObject *self, PyObject *value)
}
PyDoc_STRVAR(Quaternion_rotation_difference_doc,
".. function:: difference(other)\n"
".. function:: rotation_difference(other)\n"
"\n"
" Returns a quaternion representing the rotational difference.\n"
"\n"