Skip to content

Commit 0dfbaf4

Browse files
committed
Fix name
1 parent 1f79edc commit 0dfbaf4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

dingz/exceptions.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
"""Exceptions for Dingz API client."""
1+
"""Exceptions for dingz API client."""
22

33

44
class DingzError(Exception):
5-
"""General Dingz exception occurred."""
5+
"""General dingz exception occurred."""
66

77
pass
88

0 commit comments

Comments
 (0)