Commit: 1681d099194afb847de36794671b00c6f99ed028
Author: Hans Goudey
Date: Thu Aug 5 13:57:35 2021 -0500
Branches: refactor-idprop-ui-data
https://developer.blender.org/rB1681d099194afb847de36794671b00c6f99ed028
Put "\n" on newline
===================================================================
M source/blender/python/intern/bpy_rna.c
===================================================================
diff --git a/source/blender/python/intern/bpy_rna.c
b/source/blender/python/intern/bpy_rna.c
index 027eb3f1ec5..93741d5d9e7 100644
--- a/source/blender/python/intern/bpy_rna.c
+++ b/source/blender/python/intern/bpy_rna.c
@@ -4328,7 +4328,8 @@ static PyObject
*pyrna_struct_id_properties_ensure(BPy_StructRNA *self)
}
PyDoc_STRVAR(pyrna_struct_id_properties_ui_doc,
- ".. method:: id_properties_ui(key)\n\n"
+ ".. method:: id_properties_ui(key)\n"
+ "\n"
" :return: Return an object used to manage an IDProperty's UI
data.\n"
" :arg key: String name of the property.\n"
" :rtype: :class:`bpy.types.IDPropertyUIManager`\n");
_______________________________________________
Bf-blender-cvs mailing list
[email protected]
List details, subscription details or unsubscribe:
https://lists.blender.org/mailman/listinfo/bf-blender-cvs