From 4f8b7f44206264d38562bb92a7c73596ab7d3b6c Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 25 Jan 2016 20:25:56 +1100 Subject: Docs: quiet warnings in reference doc syntax --- source/blender/python/mathutils/mathutils_geometry.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/python/mathutils') diff --git a/source/blender/python/mathutils/mathutils_geometry.c b/source/blender/python/mathutils/mathutils_geometry.c index a4ca2520919..ce9a9b519d8 100644 --- a/source/blender/python/mathutils/mathutils_geometry.c +++ b/source/blender/python/mathutils/mathutils_geometry.c @@ -417,7 +417,7 @@ PyDoc_STRVAR(M_Geometry_intersect_line_line_2d_doc, "\n" " Takes 2 segments (defined by 4 vectors) and returns a vector for their point of intersection or None.\n" "\n" -" .. warning:: Despite its name, this function works on segments, and not on lines..." +" .. warning:: Despite its name, this function works on segments, and not on lines.\n" "\n" " :arg lineA_p1: First point of the first line\n" " :type lineA_p1: :class:`mathutils.Vector`\n" -- cgit v1.2.3