Cleanup: Formatting

This commit is contained in:
Hans Goudey
2024-08-15 12:45:05 -04:00
parent 0adeeae2c7
commit 4333277aa8

View File

@@ -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"]