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>2012-02-08 20:36:04 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-02-08 20:36:04 +0400
commit5a42ff381cbe47fed1aeed810f529a214a21ca2f (patch)
treebb13ce5775b52d3557a13a3eb5e59bb29f2710ac /source/blender/python/mathutils/mathutils_noise.c
parent2c088c5857891eb65c33d05dea0b6af14d3d13d7 (diff)
correct 2 sphinx warnings.
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 fceff965fcb..fc9ea877da6 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` types\n"
);
static PyObject *M_Noise_voronoi(PyObject *UNUSED(self), PyObject *args)
{