We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f79edc commit 0dfbaf4Copy full SHA for 0dfbaf4
1 file changed
dingz/exceptions.py
@@ -1,8 +1,8 @@
1
-"""Exceptions for Dingz API client."""
+"""Exceptions for dingz API client."""
2
3
4
class DingzError(Exception):
5
- """General Dingz exception occurred."""
+ """General dingz exception occurred."""
6
7
pass
8
0 commit comments