Skip to content

Commit 6afb2df

Browse files
authored
Fix typo in close error message
1 parent 9cef555 commit 6afb2df

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
@@ -2710,7 +2710,7 @@ def close(self: T) -> T:
27102710
endPoint = self._findFromPoint(True)
27112711

27122712
if self.ctx.firstPoint is None:
2713-
raise ValueError("Not start point specified - cannot close")
2713+
raise ValueError("No start point specified - cannot close")
27142714
else:
27152715
startPoint = self.ctx.firstPoint
27162716

0 commit comments

Comments
 (0)