diff options
| author | Cody Logan <cody@lokken.dev> | 2023-11-08 12:53:25 -0800 |
|---|---|---|
| committer | Cody Logan <cody@lokken.dev> | 2023-11-08 12:53:25 -0800 |
| commit | 96316c8be7bc21617ec5333f87864a0f002ebaa4 (patch) | |
| tree | bc42d19c3656203700dd322a73f0a73fe798c0b1 /src/wikiget/exceptions.py | |
| parent | 2df37a4157763fdad816b7641714ed0478351794 (diff) | |
| download | wikiget-96316c8be7bc21617ec5333f87864a0f002ebaa4.tar.gz wikiget-96316c8be7bc21617ec5333f87864a0f002ebaa4.zip | |
Add and refine docstrings in src folder
Diffstat (limited to 'src/wikiget/exceptions.py')
| -rw-r--r-- | src/wikiget/exceptions.py | 5 |
1 files changed, 1 insertions, 4 deletions
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.""" |
