diff --git a/vban_cmd/error.py b/vban_cmd/error.py index 4c635c6..578a911 100644 --- a/vban_cmd/error.py +++ b/vban_cmd/error.py @@ -1,5 +1,5 @@ class VBANCMDError(Exception): - """Base VBANCMD Exception class. Raised when general errors occur""" + """Base VBANCMD Exception class.""" class VBANCMDConnectionError(VBANCMDError):