Skip to content

Commit bbb876b

Browse files
Fix mode annotations
1 parent e520738 commit bbb876b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cadquery/sketch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
arc_point,
3636
)
3737

38-
Modes = Literal["a", "s", "i"]
38+
Modes = Literal["a", "s", "i", "c"] # add, subtract, intersect, construct
3939
Point = Union[Vector, Tuple[Real, Real]]
4040

4141
T = TypeVar("T", bound="Sketch")

0 commit comments

Comments
 (0)