code cleanup: spelling
This commit is contained in:
@@ -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");
|
||||
|
||||
|
||||
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user