reword docstring

This commit is contained in:
onyx-and-iris 2023-08-19 19:56:17 +01:00
parent 9c0e2bef39
commit fcb656b7d0

View File

@ -1,5 +1,5 @@
class VBANCMDError(Exception):
"""Base VBANCMD Exception class. Raised when general errors occur"""
"""Base VBANCMD Exception class."""
class VBANCMDConnectionError(VBANCMDError):