More spell checking.
This commit is contained in:
@@ -73,7 +73,7 @@ PyDoc_STRVAR(bpy_bm_from_edit_mesh_doc,
|
||||
"\n"
|
||||
" Return a BMesh from this mesh, currently the mesh must already be in editmode.\n"
|
||||
"\n"
|
||||
" :return: the BMesh assosiated with this mesh.\n"
|
||||
" :return: the BMesh associated with this mesh.\n"
|
||||
" :rtype: :class:`bmesh.types.BMesh`\n"
|
||||
);
|
||||
static PyObject *bpy_bm_from_edit_mesh(PyObject *UNUSED(self), PyObject *value)
|
||||
|
||||
@@ -1024,7 +1024,7 @@ PyDoc_STRVAR(bpy_bm_elem_select_set_doc,
|
||||
".. method:: select_set(select)\n"
|
||||
"\n"
|
||||
" Set the selection.\n"
|
||||
" This is different from the *select* attribute because it updates the selection state of assosiated geometry.\n"
|
||||
" This is different from the *select* attribute because it updates the selection state of associated geometry.\n"
|
||||
"\n"
|
||||
" :arg select: Select or de-select.\n"
|
||||
" :type select: boolean\n"
|
||||
@@ -1057,7 +1057,7 @@ PyDoc_STRVAR(bpy_bm_elem_hide_set_doc,
|
||||
".. method:: hide_set(hide)\n"
|
||||
"\n"
|
||||
" Set the hide state.\n"
|
||||
" This is different from the *hide* attribute because it updates the selection and hide state of assosiated geometry.\n"
|
||||
" This is different from the *hide* attribute because it updates the selection and hide state of associated geometry.\n"
|
||||
"\n"
|
||||
" :arg hide: Hidden or visible.\n"
|
||||
" :type hide: boolean\n"
|
||||
|
||||
Reference in New Issue
Block a user