From d78f25717567870d4bb991e9bca7451f925f29ac Mon Sep 17 00:00:00 2001 From: Cody Logan Date: Fri, 17 Nov 2023 14:49:02 -0800 Subject: Add missing docstrings for modules --- src/wikiget/exceptions.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/wikiget/exceptions.py') diff --git a/src/wikiget/exceptions.py b/src/wikiget/exceptions.py index c72a589..d9ca8b3 100644 --- a/src/wikiget/exceptions.py +++ b/src/wikiget/exceptions.py @@ -15,6 +15,8 @@ # You should have received a copy of the GNU General Public License # along with Wikiget. If not, see . +"""Define exceptions specific to the program.""" + class ParseError(Exception): """Raised when some input is unable to be parsed as valid.""" -- cgit v1.2.3