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>2016-01-25 12:25:56 +0300
committerCampbell Barton <ideasman42@gmail.com>2016-01-25 12:26:39 +0300
commit4f8b7f44206264d38562bb92a7c73596ab7d3b6c (patch)
treefe56fd070afb67b37d3889efada45acde68003eb /source/blender/python/mathutils/mathutils_geometry.c
parentf233770ef810cd62e58ba64802a442b4421e2948 (diff)
Docs: quiet warnings in reference doc syntax
Diffstat (limited to 'source/blender/python/mathutils/mathutils_geometry.c')
-rw-r--r--source/blender/python/mathutils/mathutils_geometry.c2
1 files changed, 1 insertions, 1 deletions
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"