X-Git-Url: https://wannabe.guru.org/gitweb/?a=blobdiff_plain;f=exceptions.py;h=1d80e1337de6cddf8f31e3f800c769fac120ed68;hb=72d255e75695973843f05f5bd60fb415ff782ffe;hp=bd499886221ba55e044a739e835fdc4af8c98c6e;hpb=532df2c5b57c7517dfb3dddd8c1358fbadf8baf3;p=python_utils.git diff --git a/exceptions.py b/exceptions.py index bd49988..1d80e13 100644 --- a/exceptions.py +++ b/exceptions.py @@ -2,7 +2,7 @@ # © Copyright 2021-2022, Scott Gasch -"""Some exceptions used elsewhere.""" +"""Some general exceptions used elsewhere in the package.""" # This module is commonly used by others in here and should avoid # taking any unnecessary dependencies back on them.