Skip to content

Commit 17ce149

Browse files
author
Tobias Brox
committed
typo fix in the name of an error class
1 parent 78b9627 commit 17ce149

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

caldav/lib/error.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ class NotFoundError(DAVError):
8787
class ConsistencyError(DAVError):
8888
pass
8989

90-
class ReponseError(DAVError):
90+
class ResponseError(DAVError):
9191
pass
9292

9393
exception_by_method = defaultdict(lambda: DAVError)

0 commit comments

Comments
 (0)