Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2014-01-09 14:48:41 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-01-09 14:49:11 +0400
commitda6bc87b57d208c7a35015c30ea7fde55dd829cf (patch)
treebabf3a871ac3e86cf1cf4957504912343ee4b40e /source/blender/python/mathutils/mathutils_Matrix.c
parentcc31722a412b19645aebedb8192502d3a3e73cdb (diff)
Fix T38138: incorrect API docs
Diffstat (limited to 'source/blender/python/mathutils/mathutils_Matrix.c')
-rw-r--r--source/blender/python/mathutils/mathutils_Matrix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/python/mathutils/mathutils_Matrix.c b/source/blender/python/mathutils/mathutils_Matrix.c
index ccff114a56d..6965d96f5f0 100644
--- a/source/blender/python/mathutils/mathutils_Matrix.c
+++ b/source/blender/python/mathutils/mathutils_Matrix.c
@@ -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)