Skip to content

Commit 59df1c0

Browse files
committed
Update cq.py
1 parent 502dc3a commit 59df1c0

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
@@ -3012,7 +3012,7 @@ def twistExtrude(
30123012
def extrude(
30133013
self: T,
30143014
until: Union[float, Literal["next", "last"], Face],
3015-
combine: Union[bool,str] = True,
3015+
combine: Union[bool, str] = True,
30163016
clean: bool = True,
30173017
both: bool = False,
30183018
taper: Optional[float] = None,

0 commit comments

Comments
 (0)