diff --git a/src/compas_fab/robots/targets.py b/src/compas_fab/robots/targets.py index 444b57085..fdab3014a 100644 --- a/src/compas_fab/robots/targets.py +++ b/src/compas_fab/robots/targets.py @@ -230,7 +230,7 @@ class PointAxisTarget(Target): The tool tip coordinate frame relative to the flange coordinate frame of the robot. If not specified, the target point is relative to the robot's flange (T0CF) and the Z axis of the flange can rotate around the target axis. - nane : str, optional + name : str, optional The human-readable name of the target. Defaults to 'Point-Axis Target'. """