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

@@ -1413,7 +1413,7 @@ PyDoc_STRVAR(Matrix_lerp_doc,
" :type other: :class:`Matrix`\n"
" :arg factor: The interpolation value in [0.0, 1.0].\n"
" :type factor: float\n"
" :return: The interpolated rotation.\n"
" :return: The interpolated matrix.\n"
" :rtype: :class:`Matrix`\n"
);
static PyObject *Matrix_lerp(MatrixObject *self, PyObject *args)