author | Oleksandr Gavenko <gavenkoa@gmail.com> |
Wed, 23 Nov 2016 12:29:26 +0200 (2016-11-23) | |
changeset 692 | 8a754a13e3b3 |
parent 691 | cc362c8d17d4 |
child 693 | 7c50e19cd04f |
--- a/py/gadict_spellcheck.py Wed Nov 23 12:29:06 2016 +0200 +++ b/py/gadict_spellcheck.py Wed Nov 23 12:29:26 2016 +0200 @@ -73,7 +73,7 @@ ################################################################ if len(sys.argv) < 2: - raise Exception("Please, supply path to dictionary...") + raise Exception("Please, supply path to file...") if len(sys.argv) > 2: raise Exception("Only one argument necessary...")