Cleanup: remove double spaces after a full-stop

This commit is contained in:
Campbell Barton
2023-07-13 13:40:25 +10:00
parent f8dea82aaa
commit ef1ddbaaca
73 changed files with 213 additions and 213 deletions

View File

@@ -44,7 +44,7 @@ int SShape_Init(PyObject *module)
PyDoc_STRVAR(
SShape_doc,
"Class to define a feature shape. It is the gathering of feature\n"
"Class to define a feature shape. It is the gathering of feature\n"
"elements from an identified input shape.\n"
"\n"
".. method:: __init__()\n"
@@ -109,7 +109,7 @@ static PyObject *SShape_add_edge(BPy_SShape *self, PyObject *args, PyObject *kwd
PyDoc_STRVAR(SShape_add_vertex_doc,
".. method:: add_vertex(vertex)\n"
"\n"
" Adds an SVertex to the list of SVertex of this Shape. The SShape\n"
" Adds an SVertex to the list of SVertex of this Shape. The SShape\n"
" attribute of the SVertex is also set to this SShape.\n"
"\n"
" :arg vertex: An SVertex object.\n"