From a7823dda6941420ba1317ac3682c8b563a47023c Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 13 Dec 2011 22:30:23 +0000 Subject: fix for py noise doc string (not a show stopper :) ) --- source/blender/python/mathutils/mathutils_noise.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/blender/python/mathutils/mathutils_noise.c b/source/blender/python/mathutils/mathutils_noise.c index bd490d62e94..09337d9a23b 100644 --- a/source/blender/python/mathutils/mathutils_noise.c +++ b/source/blender/python/mathutils/mathutils_noise.c @@ -720,7 +720,7 @@ PyDoc_STRVAR(M_Noise_voronoi_doc, " :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) { -- cgit v1.2.3