Skip to content

Commit

Permalink
Merge pull request #388 from nopria/patch-1
Browse files Browse the repository at this point in the history
Fix docstring of method `radiusArc`
  • Loading branch information
jmwright authored Jun 24, 2020
2 parents 02a8549 + bc86bfc commit e51b58e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cadquery/cq.py
Original file line number Diff line number Diff line change
Expand Up @@ -1719,7 +1719,7 @@ def sagittaArc(self, endPoint, sag, forConstruction=False):

def radiusArc(self, endPoint, radius, forConstruction=False):
"""
Draw an arc from the current point to endPoint with an arc defined by the sag (sagitta).
Draw an arc from the current point to endPoint with an arc defined by the radius.
:param endPoint: end point for the arc
:type endPoint: 2-tuple, in workplane coordinates
Expand Down

0 comments on commit e51b58e

Please sign in to comment.