Skip to content

Commit

Permalink
Fixed copy-paste error in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jmwright committed Apr 28, 2021
1 parent c6c1956 commit 052c53a
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 @@ -1289,7 +1289,7 @@ def chamfer(self: T, length: float, length2: Optional[float] = None) -> T:
value than `length` for a chamfer that is shorter on one side
longer on the other side.
:param length: the length of the fillet, must be greater than zero
:param length: the length of the chamfer, must be greater than zero
:param length2: optional parameter for asymmetrical chamfer
:type length: positive float
:type length2: positive float
Expand Down

0 comments on commit 052c53a

Please sign in to comment.