Skip to content

Commit e76e41c

Browse files
committed
fixed docstring
1 parent a59f7e8 commit e76e41c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compas_rhino/conversions/_primitives.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ def arc_to_compas(arc):
342342
343343
Returns
344344
-------
345-
:rhino:`Rhino.Geometry.Arc`
345+
:class:`~compas.geometry.Arc`
346346
347347
"""
348348
frame = plane_to_compas_frame(arc.Plane)

0 commit comments

Comments
 (0)