From 052c53a7a2a036c9c7c49bfaabee33cb303fe0cf Mon Sep 17 00:00:00 2001 From: Jeremy Wright Date: Wed, 28 Apr 2021 06:22:46 -0400 Subject: [PATCH] Fixed copy-paste error in docs --- cadquery/cq.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cadquery/cq.py b/cadquery/cq.py index 7ce014c55..d3c24ce99 100644 --- a/cadquery/cq.py +++ b/cadquery/cq.py @@ -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