diff --git a/src/compas_fab/robots/targets.py b/src/compas_fab/robots/targets.py index 7652e61f4..212024c05 100644 --- a/src/compas_fab/robots/targets.py +++ b/src/compas_fab/robots/targets.py @@ -208,7 +208,7 @@ class PointAxisTarget(Target): Attributes ---------- target_point : :class:`compas.geometry.Point` - The target point defined relative to the robot's world coordinate frame (WCF). + The target point defined relative to the world coordinate frame (WCF). target_z_axis : :class:`compas.geometry.Vector` The target axis is defined by the target_point and pointing towards this vector. The tool tip coordinate frame (TCF)'s Z axis can rotate around this axis.