Skip to content

Commit bd7776b

Browse files
committed
Keeping grammar consistent
1 parent 2094cdf commit bd7776b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

dbl/errors.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@
2626

2727

2828
class TopGGException(Exception):
29-
"""Base exception class for topggpy
29+
"""Base exception class for topggpy.
3030
3131
Ideally speaking, this could be caught to handle any exceptions thrown from this library.
3232
"""
3333
pass
3434

3535

3636
class ClientException(TopGGException):
37-
"""Exception that's thrown when an operation in the :class:`Client` fails.
37+
"""Exception that's thrown when an operation in the :class:`DBLClient` fails.
3838
3939
These are usually for exceptions that happened due to user input.
4040
"""

0 commit comments

Comments
 (0)