From 02302bbd9363facb59c4df2c1f4013087702cfa6 Mon Sep 17 00:00:00 2001 From: Scott Gasch Date: Tue, 31 May 2022 15:36:40 -0700 Subject: Improve docstrings for sphinx. --- exceptions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'exceptions.py') 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. -- cgit v1.3