Docs: Fix layout of bpy.types.Object Python API documents

Fix the layout of Python API documents of bpy.types.Object.
This commit is contained in:
nutti
2023-07-18 23:25:14 +10:00
committed by Campbell Barton
parent d32748cdf4
commit 308da08221
+6 -3
View File
@@ -178,7 +178,8 @@ class Object(bpy_types.ID):
@property
def children(self):
"""All the children of this object.
"""
All the children of this object.
:type: tuple of :class:`Object`
@@ -189,7 +190,8 @@ class Object(bpy_types.ID):
@property
def children_recursive(self):
"""A list of all children from this object.
"""
A list of all children from this object.
:type: tuple of :class:`Object`
@@ -231,7 +233,8 @@ class Object(bpy_types.ID):
@property
def users_scene(self):
"""The scenes this object is in.
"""
The scenes this object is in.
:type: tuple of :class:`Scene`