Skip to content

Commit eb35ccc

Browse files
committed
Removed optional from attribute description
1 parent ff4bf0b commit eb35ccc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compas_fab/robots/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class Configuration(object):
3333
types : :obj:`list` of :attr:`compas.robots.Joint.SUPPORTED_TYPES`
3434
Joint types, e.g. a list of :attr:`compas.robots.Joint.REVOLUTE` for
3535
revolute joints.
36-
joint_names : :obj:`list` of :obj:`str`, optional
36+
joint_names : :obj:`list` of :obj:`str`
3737
List of joint names.
3838
data : :obj:`dict`
3939
The data representing the configuration.

0 commit comments

Comments
 (0)