Skip to content

Commit ed7c8f6

Browse files
authored
Merge pull request #748 from CadQuery/docs-update
Fixed copy-paste error in docs
2 parents c6c1956 + 052c53a commit ed7c8f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cadquery/cq.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1289,7 +1289,7 @@ def chamfer(self: T, length: float, length2: Optional[float] = None) -> T:
12891289
value than `length` for a chamfer that is shorter on one side
12901290
longer on the other side.
12911291
1292-
:param length: the length of the fillet, must be greater than zero
1292+
:param length: the length of the chamfer, must be greater than zero
12931293
:param length2: optional parameter for asymmetrical chamfer
12941294
:type length: positive float
12951295
:type length2: positive float

0 commit comments

Comments
 (0)