Cleanup: spelling
This commit is contained in:
@@ -415,7 +415,7 @@ char pyrna_struct_keyframe_delete_doc[] =
|
||||
" :arg group: The name of the group the F-Curve should be added to if it doesn't exist "
|
||||
"yet.\n"
|
||||
" :type group: str\n"
|
||||
" :return: Success of keyframe deleation.\n"
|
||||
" :return: Success of keyframe deletion.\n"
|
||||
" :rtype: boolean\n";
|
||||
PyObject *pyrna_struct_keyframe_delete(BPy_StructRNA *self, PyObject *args, PyObject *kw)
|
||||
{
|
||||
|
@@ -132,7 +132,7 @@ static int foreach_libblock_id_user_map_callback(LibraryIDLinkCallbackData *cb_d
|
||||
PyDoc_STRVAR(bpy_user_map_doc,
|
||||
".. method:: user_map([subset=(id1, id2, ...)], key_types={..}, value_types={..})\n"
|
||||
"\n"
|
||||
" Returns a mapping of all ID datablocks in current ``bpy.data`` to a set of all "
|
||||
" Returns a mapping of all ID data-blocks in current ``bpy.data`` to a set of all "
|
||||
"datablocks using them.\n"
|
||||
"\n"
|
||||
" For list of valid set members for key_types & value_types, see: "
|
||||
|
Reference in New Issue
Block a user