code cleanup: spelling

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

View File

@@ -167,7 +167,7 @@ static PyObject *FrsCurve_is_empty_get(BPy_FrsCurve *self, void *UNUSED(closure)
}
PyDoc_STRVAR(FrsCurve_segments_size_doc,
"The number of segments in the polyline constituing the Curve.\n"
"The number of segments in the polyline constituting the Curve.\n"
"\n"
":type: int");

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");