From 96316c8be7bc21617ec5333f87864a0f002ebaa4 Mon Sep 17 00:00:00 2001 From: Cody Logan Date: Wed, 8 Nov 2023 12:53:25 -0800 Subject: Add and refine docstrings in src folder --- src/wikiget/exceptions.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/wikiget/exceptions.py') diff --git a/src/wikiget/exceptions.py b/src/wikiget/exceptions.py index 4afc97f..c72a589 100644 --- a/src/wikiget/exceptions.py +++ b/src/wikiget/exceptions.py @@ -17,7 +17,4 @@ class ParseError(Exception): - """ - This exception is raised when the program's input is unable to be parsed as a valid - download target. - """ + """Raised when some input is unable to be parsed as valid.""" -- cgit v1.2.3