Skip to content

Commit

Permalink
Merge 9aabe4c into 4397678
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljuschus authored Apr 6, 2023
2 parents 4397678 + 9aabe4c commit a631433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cadquery/occ_impl/shapes.py
Original file line number Diff line number Diff line change
Expand Up @@ -2188,7 +2188,7 @@ def makeHelix(
return cls(w)

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

wire_builder = BRepBuilderAPI_MakeWire()
wire_builder.Add(TopoDS.Wire_s(self.wrapped))
Expand Down

0 comments on commit a631433

Please sign in to comment.