fix for py noise doc string (not a show stopper :) )

This commit is contained in:
Campbell Barton
2011-12-13 22:30:23 +00:00
parent 1db55215d0
commit a7823dda69

View File

@@ -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)
{