Skip to content

Commit 5802092

Browse files
authored
Added arc documentation
1 parent d4b5eec commit 5802092

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cadquery/sketch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -782,7 +782,7 @@ def arc(
782782
forConstruction: bool = False,
783783
) -> T:
784784
"""
785-
Construct an arc.
785+
Construct an arc starting at p1, through p2, ending at p3
786786
"""
787787

788788
val = Edge.makeThreePointArc(Vector(p1), Vector(p2), Vector(p3))

0 commit comments

Comments
 (0)