Skip to content

Commit 2e415b7

Browse files
authored
Fix typo in method documentation
1 parent 247f0e6 commit 2e415b7

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
@@ -1212,7 +1212,7 @@ def shell(
12121212
12131213
:param thickness: a positive float, representing the thickness of the desired shell.
12141214
Negative values shell inwards, positive values shell outwards.
1215-
:param kind: kind of joints, intersetion or arc (default: arc).
1215+
:param kind: kind of joints, intersection or arc (default: arc).
12161216
:raises ValueError: if the current stack contains objects that are not faces of a solid
12171217
further up in the chain.
12181218
:returns: a CQ object with the resulting shelled solid selected.

0 commit comments

Comments
 (0)