Fix for docstring inconsistency in Stroke.stroke_vertices_end().

This commit is contained in:
Tamito Kajiyama 2013-07-20 01:45:18 +00:00
parent efad3eb928
commit 65b932d9f1

@ -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"