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

@@ -188,7 +188,7 @@ PyDoc_STRVAR(Interface1D_points_end_doc,
"\n"
" Returns an iterator over the Interface1D points, pointing after the\n"
" last point. The difference with vertices_end() is that here we can\n"
" iterate over points of the 1D element at a given sampling. Indeed,\n"
" iterate over points of the 1D element at a given sampling. Indeed,\n"
" for each iteration, a virtual point is created.\n"
"\n"
" :arg t: A sampling with which we want to iterate over points of\n"