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:
authorTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2013-07-20 05:45:18 +0400
committerTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2013-07-20 05:45:18 +0400
commit65b932d9f1ba21a569a15ef3fd167b8ff43f521c (patch)
tree5c60e9cb616298ea25f1e103c295bc321b267396 /source/blender
parentefad3eb92868d5383e26f29e91647b12670c7cb4 (diff)
Fix for docstring inconsistency in Stroke.stroke_vertices_end().
Diffstat (limited to 'source/blender')
-rw-r--r--source/blender/freestyle/intern/python/Interface1D/BPy_Stroke.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/freestyle/intern/python/Interface1D/BPy_Stroke.cpp b/source/blender/freestyle/intern/python/Interface1D/BPy_Stroke.cpp
index 883dba4a31c..3e4e7e3aef3 100644
--- a/source/blender/freestyle/intern/python/Interface1D/BPy_Stroke.cpp
+++ b/source/blender/freestyle/intern/python/Interface1D/BPy_Stroke.cpp
@@ -266,7 +266,7 @@ static PyObject *Stroke_stroke_vertices_begin(BPy_Stroke *self, PyObject *args,
}
PyDoc_STRVAR(Stroke_stroke_vertices_end_doc,
-".. method:: strokeVerticesEnd()\n"
+".. method:: stroke_vertices_end()\n"
"\n"
" Returns a StrokeVertexIterator pointing after the last StrokeVertex\n"
" of the Stroke.\n"