File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,19 +6,19 @@ class BooleanOperationsError(Exception):
66
77
88class InvalidContourError (BooleanOperationsError ):
9- """Rased when any input contour is invalid"""
9+ """Raised when any input contour is invalid"""
1010
1111
1212class InvalidSubjectContourError (InvalidContourError ):
13- """Rased when a 'subject' contour is not valid"""
13+ """Raised when a 'subject' contour is not valid"""
1414
1515
1616class InvalidClippingContourError (InvalidContourError ):
17- """Rased when a 'clipping' contour is not valid"""
17+ """Raised when a 'clipping' contour is not valid"""
1818
1919
2020class OpenContourError (BooleanOperationsError ):
21- """Rased when any input contour is open"""
21+ """Raised when any input contour is open"""
2222
2323
2424class ExecutionError (BooleanOperationsError ):
You can’t perform that action at this time.
0 commit comments