Skip to content

Commit b4623a7

Browse files
Typo fix
Co-authored-by: Jeremy Wright <[email protected]>
1 parent 1b4fb27 commit b4623a7

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
@@ -3147,7 +3147,7 @@ def sweep(
31473147
31483148
:param path: A wire along which the pending wires will be swept
31493149
:param boolean multiSection: False to create multiple swept from wires on the chain along path. True to create only one solid swept along path with shape following the list of wires on the chain
3150-
: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.
3150+
: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.
31513151
:param boolean clean: call :py:meth:`clean` afterwards to have a clean shape
31523152
:param transition: handling of profile orientation at C1 path discontinuities. Possible values are {'transformed','round', 'right'} (default: 'right').
31533153
:param normal: optional fixed normal for extrusion

0 commit comments

Comments
 (0)