From 4333277aa80451d0aaa9cc914ef145a4204dc280 Mon Sep 17 00:00:00 2001 From: Hans Goudey Date: Thu, 15 Aug 2024 12:45:05 -0400 Subject: [PATCH] Cleanup: Formatting --- doc/python_api/examples/bpy.types.Attribute.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]