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

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