Skip to content

Commit 4f5bd96

Browse files
Update docstring
1 parent b4623a7 commit 4f5bd96

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
@@ -3187,7 +3187,7 @@ def _combineWithBase(
31873187
"""
31883188
Combines the provided object with the base solid, if one can be found.
31893189
:param obj: The object to be combined with the context solid
3190-
:param mode: The mode to combine with the base solid (True, False or "cut")
3190+
:param mode: The mode to combine with the base solid (True, False, "cut", "a" or "s")
31913191
:return: a new object that represents the result of combining the base object with obj,
31923192
or obj if one could not be found
31933193
"""

0 commit comments

Comments
 (0)