Fix T38138: incorrect API docs
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user