[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [53050] trunk/blender/source/blender/ python/mathutils/mathutils_Matrix.c: correction for docstring in recent commit

Campbell Barton ideasman42 at gmail.com
Sun Dec 16 05:16:20 CET 2012


Revision: 53050
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=53050
Author:   campbellbarton
Date:     2012-12-16 04:16:13 +0000 (Sun, 16 Dec 2012)
Log Message:
-----------
correction for docstring in recent commit

Modified Paths:
--------------
    trunk/blender/source/blender/python/mathutils/mathutils_Matrix.c

Modified: trunk/blender/source/blender/python/mathutils/mathutils_Matrix.c
===================================================================
--- trunk/blender/source/blender/python/mathutils/mathutils_Matrix.c	2012-12-16 04:10:57 UTC (rev 53049)
+++ trunk/blender/source/blender/python/mathutils/mathutils_Matrix.c	2012-12-16 04:16:13 UTC (rev 53050)
@@ -1570,9 +1570,9 @@
 PyDoc_STRVAR(Matrix_normalized_doc,
 ".. method:: normalized()\n"
 "\n"
-"   Return a row normalized matrix\n"
+"   Return a column normalized matrix\n"
 "\n"
-"   :return: a row normalized matrix\n"
+"   :return: a column normalized matrix\n"
 "   :rtype: :class:`Matrix`\n"
 );
 static PyObject *Matrix_normalized(MatrixObject *self)




More information about the Bf-blender-cvs mailing list