Skip to content

Commit 0cf408a

Browse files
Jojainjmwright
andauthored
Update cadquery/cq.py
Co-authored-by: Jeremy Wright <[email protected]>
1 parent b8c0063 commit 0cf408a

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
@@ -2968,7 +2968,7 @@ def twistExtrude(
29682968
29692969
:param distance: the distance to extrude normal to the workplane
29702970
:param angle: angle (in degrees) to rotate through the extrusion
2971-
:param boolean or string combine: True to combine the resulting solid with parent solids if found, "cut" to remove the resulting solid with the parent solids if found.
2971+
:param boolean or string combine: True to combine the resulting solid with parent solids if found, "cut" to remove the resulting solid from the parent solids if found.
29722972
:param boolean clean: call :py:meth:`clean` afterwards to have a clean shape
29732973
:return: a CQ object with the resulting solid selected.
29742974
"""

0 commit comments

Comments
 (0)