Merge branch 'blender-v4.0-release'

This commit is contained in:
Campbell Barton
2023-10-04 15:14:04 +11:00

View File

@@ -2171,7 +2171,7 @@ PyDoc_STRVAR(bpy_bmvertseq_new_doc,
" :type co: float triplet\n"
" :arg example: Existing vert to initialize settings.\n"
" :type example: :class:`BMVert`\n"
" :return: The newly created edge.\n"
" :return: The newly created vertex.\n"
" :rtype: :class:`BMVert`\n");
static PyObject *bpy_bmvertseq_new(BPy_BMElemSeq *self, PyObject *args)
{