Skip to content

Commit e792ddf

Browse files
committed
Removing extended summary from attributes list.
1 parent 34f6156 commit e792ddf

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/compas_fab/robots/trajectory.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,7 @@ class JointTrajectoryPoint(Configuration):
5858
positions : :obj:`list` of :obj:`float`
5959
Alias of `values`.
6060
data : obj:`dict`
61-
The data representing the trajectory point. By assigning a data
62-
dictionary to this property, the current data of the configuration will
63-
be replaced by the data in the :obj:`dict`. The data getter and setter
64-
should always be used in combination with each other.
61+
The data representing the trajectory point.
6562
"""
6663

6764
def __init__(self, values=None, types=None, velocities=None, accelerations=None, effort=None, time_from_start=None):

0 commit comments

Comments
 (0)