Fix T38138: incorrect API docs

This commit is contained in:
2014-01-09 21:48:41 +11:00
parent cc31722a41
commit da6bc87b57
2 changed files with 2 additions and 2 deletions

View File

@@ -1121,7 +1121,7 @@ PyDoc_STRVAR(Vector_lerp_doc,
" :type other: :class:`Vector`\n"
" :arg factor: The interpolation value in [0.0, 1.0].\n"
" :type factor: float\n"
" :return: The interpolated rotation.\n"
" :return: The interpolated vector.\n"
" :rtype: :class:`Vector`\n"
);
static PyObject *Vector_lerp(VectorObject *self, PyObject *args)