Skip to content

Commit f84e879

Browse files
committed
Fix for attr
1 parent 8fc57ec commit f84e879

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/compas_fab/robots/robot.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,8 @@ def basic(cls, name, joints=None, links=None, materials=None, **kwargs):
8383
materials : :class:`compas.robots.Material`, optional
8484
**kwargs
8585
Keyword arguments passed to :class:`compas.robots.RobotModel`
86-
accessible from :attr:`Robot.model.attr`
86+
and stored as :attr:`compas.robots.RobotModel.attr`.
87+
Accessible from :attr:`Robot.model.attr`.
8788
8889
Returns
8990
-------

0 commit comments

Comments
 (0)