[Bf-blender-cvs] [2ef3f61] master: Fix T37715: Incorrect docstring

Campbell Barton noreply at git.blender.org
Mon Dec 9 14:06:07 CET 2013


Commit: 2ef3f6159ca2ead6b8c0fbc3d83d8eb42f2f5974
Author: Campbell Barton
Date:   Tue Dec 10 00:02:37 2013 +1100
http://developer.blender.org/rB2ef3f6159ca2ead6b8c0fbc3d83d8eb42f2f5974

Fix T37715: Incorrect docstring

===================================================================

M	source/blender/python/mathutils/mathutils_geometry.c

===================================================================

diff --git a/source/blender/python/mathutils/mathutils_geometry.c b/source/blender/python/mathutils/mathutils_geometry.c
index 584861d..9cbff45 100644
--- a/source/blender/python/mathutils/mathutils_geometry.c
+++ b/source/blender/python/mathutils/mathutils_geometry.c
@@ -970,9 +970,9 @@ PyDoc_STRVAR(M_Geometry_distance_point_to_plane_doc,
 "\n"
 "   :arg pt: Point\n"
 "   :type pt: :class:`mathutils.Vector`\n"
-"   :arg plane_co: First point of the quad\n"
+"   :arg plane_co: A point on the plane\n"
 "   :type plane_co: :class:`mathutils.Vector`\n"
-"   :arg plane_no: Second point of the quad\n"
+"   :arg plane_no: The direction the plane is facing\n"
 "   :type plane_no: :class:`mathutils.Vector`\n"
 "   :rtype: float\n"
 );




More information about the Bf-blender-cvs mailing list