diff options
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.""" |
