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

@@ -233,7 +233,7 @@ static PyObject *Euler_rotate_axis(EulerObject *self, PyObject *args)
PyDoc_STRVAR(Euler_rotate_doc,
".. method:: rotate(other)\n"
"\n"
" Rotates the euler a by another mathutils value.\n"
" Rotates the euler by another mathutils value.\n"
"\n"
" :arg other: rotation component of mathutils value\n"
" :type other: :class:`Euler`, :class:`Quaternion` or :class:`Matrix`\n"