Improve docstrings for sphinx.
[python_utils.git] / exceptions.py
index bd499886221ba55e044a739e835fdc4af8c98c6e..1d80e1337de6cddf8f31e3f800c769fac120ed68 100644 (file)
@@ -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.