fix incorrect docs [#36518] Vector.rotate() does not return value as documented

This commit is contained in:
2013-08-20 08:41:34 +00:00
parent ba6b83d63d
commit f3654ce6b6
3 changed files with 2 additions and 4 deletions

View File

@@ -1165,7 +1165,7 @@ static PyObject *Vector_lerp(VectorObject *self, PyObject *args)
PyDoc_STRVAR(Vector_rotate_doc,
".. function:: rotate(other)\n"
"\n"
" Return vector by a rotation value.\n"
" Rotate the vector by a rotation value.\n"
"\n"
" :arg other: rotation component of mathutils value\n"
" :type other: :class:`Euler`, :class:`Quaternion` or :class:`Matrix`\n"