Skip to content

Commit 6544e66

Browse files
committed
Rolled back invalid spellchecker correction unioned ->unironed
1 parent 3788035 commit 6544e66

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
@@ -3040,7 +3040,7 @@ def union(
30403040
) -> T:
30413041
"""
30423042
Unions all of the items on the stack of toUnion with the current solid.
3043-
If there is no current solid, the items in toUnion are unironed together.
3043+
If there is no current solid, the items in toUnion are unioned together.
30443044
30453045
:param toUnion:
30463046
:type toUnion: a solid object, or a CQ object having a solid,

0 commit comments

Comments
 (0)