Skip to content

Commit 9c9e300

Browse files
committed
Merge branch 'feature-multiple-targets-waypoints' of https://github.com/compas-dev/compas_fab into feature-multiple-targets-waypoints
2 parents 9343064 + 14bc292 commit 9c9e300

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compas_fab/robots/targets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ class PointAxisTarget(Target):
230230
The tool tip coordinate frame relative to the flange coordinate frame of the robot.
231231
If not specified, the target point is relative to the robot's flange (T0CF) and the
232232
Z axis of the flange can rotate around the target axis.
233-
nane : str, optional
233+
name : str, optional
234234
The human-readable name of the target.
235235
Defaults to 'Point-Axis Target'.
236236
"""

0 commit comments

Comments
 (0)