Skip to content

Commit 1d32d88

Browse files
committed
too much punctuation
1 parent d3498f5 commit 1d32d88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compas/robots/model/robot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -858,7 +858,7 @@ def add_link(self, name, visual_meshes=None, visual_color=None, collision_meshes
858858
The link's visual mesh.
859859
visual_color : list of 3 float, optional
860860
The rgb color of the mesh. Defaults to (0.8, 0.8, 0.8)
861-
collision_meshes : list of :class:`compas.datastructures.Mesh` or :class:`compas.geometry.Shape`,, optional
861+
collision_meshes : list of :class:`compas.datastructures.Mesh` or :class:`compas.geometry.Shape`, optional
862862
The link's collision mesh.
863863
864864
Returns

0 commit comments

Comments
 (0)