We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fcb182 commit 8ddc497Copy full SHA for 8ddc497
1 file changed
Lib/booleanOperations/exceptions.py
@@ -6,19 +6,19 @@ class BooleanOperationsError(Exception):
6
7
8
class InvalidContourError(BooleanOperationsError):
9
- """Rased when any input contour is invalid"""
+ """Raised when any input contour is invalid"""
10
11
12
class InvalidSubjectContourError(InvalidContourError):
13
- """Rased when a 'subject' contour is not valid"""
+ """Raised when a 'subject' contour is not valid"""
14
15
16
class InvalidClippingContourError(InvalidContourError):
17
- """Rased when a 'clipping' contour is not valid"""
+ """Raised when a 'clipping' contour is not valid"""
18
19
20
class OpenContourError(BooleanOperationsError):
21
- """Rased when any input contour is open"""
+ """Raised when any input contour is open"""
22
23
24
class ExecutionError(BooleanOperationsError):
0 commit comments