Fix mistype.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Wed, 21 Sep 2016 22:46:28 +0300
changeset 568 4b610eaaf4be
parent 567 2f71930c4bae
child 569 5709d5bd349b
Fix mistype.
py/gadict.py
--- a/py/gadict.py	Wed Sep 21 22:41:13 2016 +0300
+++ b/py/gadict.py	Wed Sep 21 22:46:28 2016 +0300
@@ -102,9 +102,9 @@
         if tr_list:
             (lang, text) = self.tr_list[0]
             return "{}: {}".format(lang, text)
-        return "<empy sence>"
+        return "<empy sense>"
     def __repr__(self):
-        return "<Sence {}>".format(str(self))
+        return "<Sense {}>".format(str(self))
 
 class Parser:
     """gadict dictionary format parser."""