Skip to content

Commit 8ddc497

Browse files
author
Denis Moyogo Jacquerye
committed
typo: Rased → Raised
1 parent 7fcb182 commit 8ddc497

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Lib/booleanOperations/exceptions.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@ class BooleanOperationsError(Exception):
66

77

88
class InvalidContourError(BooleanOperationsError):
9-
"""Rased when any input contour is invalid"""
9+
"""Raised when any input contour is invalid"""
1010

1111

1212
class InvalidSubjectContourError(InvalidContourError):
13-
"""Rased when a 'subject' contour is not valid"""
13+
"""Raised when a 'subject' contour is not valid"""
1414

1515

1616
class InvalidClippingContourError(InvalidContourError):
17-
"""Rased when a 'clipping' contour is not valid"""
17+
"""Raised when a 'clipping' contour is not valid"""
1818

1919

2020
class OpenContourError(BooleanOperationsError):
21-
"""Rased when any input contour is open"""
21+
"""Raised when any input contour is open"""
2222

2323

2424
class ExecutionError(BooleanOperationsError):

0 commit comments

Comments
 (0)