code cleanup: spelling

This commit is contained in:
2013-10-31 14:10:01 +00:00
parent 50d1129a57
commit beae4f498d
36 changed files with 47 additions and 47 deletions

View File

@@ -283,7 +283,7 @@ static PyObject *Stroke_stroke_vertices_end(BPy_Stroke *self)
PyDoc_STRVAR(Stroke_stroke_vertices_size_doc,
".. method:: stroke_vertices_size()\n"
"\n"
" Returns the number of StrokeVertex constituing the Stroke.\n"
" Returns the number of StrokeVertex constituting the Stroke.\n"
"\n"
" :return: The number of stroke vertices.\n"
" :rtype: int");