diff --git a/doc/python_api/examples/bpy.types.Attribute.py b/doc/python_api/examples/bpy.types.Attribute.py index 6059831ad48..93f04eaa73a 100644 --- a/doc/python_api/examples/bpy.types.Attribute.py +++ b/doc/python_api/examples/bpy.types.Attribute.py @@ -11,7 +11,7 @@ Using Attributes Attributes can be stored on geometries like :class:`Mesh`, :class:`Curves`, :class:`PointCloud`, etc. These geometries have attribute groups (usually called ``attributes``). Using the groups, attributes can then be accessed by their name: - + .. code-block:: python radii = curves.attributes["radius"]