Fix mathutils docstring typos.

This commit is contained in:
2014-12-19 00:42:50 +09:00
parent de0b9f34d7
commit 27b58f0eb2
4 changed files with 14 additions and 14 deletions

View File

@@ -303,7 +303,7 @@ static PyObject *Quaternion_slerp(QuaternionObject *self, PyObject *args)
PyDoc_STRVAR(Quaternion_rotate_doc,
".. method:: rotate(other)\n"
"\n"
" Rotates the quaternion a by another mathutils value.\n"
" Rotates the quaternion by another mathutils value.\n"
"\n"
" :arg other: rotation component of mathutils value\n"
" :type other: :class:`Euler`, :class:`Quaternion` or :class:`Matrix`\n"