Skip to content

Commit 58a9c72

Browse files
Fixed spelling mistake in shapes.py (#1306)
1 parent 4397678 commit 58a9c72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cadquery/occ_impl/shapes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2188,7 +2188,7 @@ def makeHelix(
21882188
return cls(w)
21892189

21902190
def stitch(self, other: "Wire") -> "Wire":
2191-
"""Attempt to stich wires"""
2191+
"""Attempt to stitch wires"""
21922192

21932193
wire_builder = BRepBuilderAPI_MakeWire()
21942194
wire_builder.Add(TopoDS.Wire_s(self.wrapped))

0 commit comments

Comments
 (0)