From 0db684be3cc0326d829ec3b946ca005891d720f8 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 7 Jan 2011 06:39:48 +0000 Subject: incorrectly documented return type --- source/blender/python/generic/mathutils_matrix.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/source/blender/python/generic/mathutils_matrix.c b/source/blender/python/generic/mathutils_matrix.c index 8b8e68b798c..5d3c4aa821d 100644 --- a/source/blender/python/generic/mathutils_matrix.c +++ b/source/blender/python/generic/mathutils_matrix.c @@ -848,10 +848,8 @@ static char Matrix_TranslationPart_doc[] = " Return a the translation part of a 4 row matrix.\n" "\n" " :return: Return a the translation of a matrix.\n" -" :rtype: :class:`Matrix`\n" -"\n" -" .. note:: Note that the (4,4) element of a matrix can be used for uniform scaling too.\n"; - +" :rtype: :class:`Vector`\n" +; PyObject *Matrix_TranslationPart(MatrixObject * self) { if(!BaseMath_ReadCallback(self)) -- cgit v1.2.3