Skip to content

Commit ab8cbe5

Browse files
authored
Merge pull request #76 from compas-dev/fix/trajectory
fix doc_string bug.
2 parents 67e6995 + 1d9cd3f commit ab8cbe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compas_fab/robots/trajectory.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ class JointTrajectory(Trajectory):
140140
141141
Attributes
142142
----------
143-
trajectory_points: :obj:`list` of :class:`JointTrajectoryPoint`
143+
points: :obj:`list` of :class:`JointTrajectoryPoint`
144144
List of points composing the trajectory.
145145
joint_names: :obj:`list` of :obj:`str`
146146
List of joint names of the trajectory.

0 commit comments

Comments
 (0)