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>2011-12-14 02:30:23 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-12-14 02:30:23 +0400
commita7823dda6941420ba1317ac3682c8b563a47023c (patch)
tree3fdad83e4157d5662179e2da04df3f935ffd3f61 /source/blender/python/mathutils/mathutils_noise.c
parent1db55215d0649bc687fb97301981d442d4ea3c61 (diff)
fix for py noise doc string (not a show stopper :) )
Diffstat (limited to 'source/blender/python/mathutils/mathutils_noise.c')
-rw-r--r--source/blender/python/mathutils/mathutils_noise.c2
1 files changed, 1 insertions, 1 deletions
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)
{