[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [42617] trunk/blender/source/blender/ python/mathutils/mathutils_noise.c: fix for py noise doc string ( not a show stopper :) )

Campbell Barton ideasman42 at gmail.com
Tue Dec 13 23:30:36 CET 2011


Revision: 42617
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=42617
Author:   campbellbarton
Date:     2011-12-13 22:30:23 +0000 (Tue, 13 Dec 2011)
Log Message:
-----------
fix for py noise doc string (not a show stopper :) )

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

Modified: trunk/blender/source/blender/python/mathutils/mathutils_noise.c
===================================================================
--- trunk/blender/source/blender/python/mathutils/mathutils_noise.c	2011-12-13 21:23:08 UTC (rev 42616)
+++ trunk/blender/source/blender/python/mathutils/mathutils_noise.c	2011-12-13 22:30:23 UTC (rev 42617)
@@ -720,7 +720,7 @@
 "   :arg exponent: The exponent for Minkovsky distance metric.\n"
 "   :type exponent: float\n"
 "   :return: A list of distances to the four closest features and their locations.\n"
-"   :rtype: [list of four floats, list of four :class:`mathutils.Vector`s]\n"
+"   :rtype: list of four floats, list of four :class:`mathutils.Vector`s\n"
 );
 static PyObject *M_Noise_voronoi(PyObject *UNUSED(self), PyObject *args)
 {




More information about the Bf-blender-cvs mailing list