# HG changeset patch # User Oleksandr Gavenko # Date 1474487188 -10800 # Node ID 4b610eaaf4be27eb84a7c898685070b37da4eba3 # Parent 2f71930c4bae1658743adf9b659322e8af252765 Fix mistype. diff -r 2f71930c4bae -r 4b610eaaf4be 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 "" + return "" def __repr__(self): - return "".format(str(self)) + return "".format(str(self)) class Parser: """gadict dictionary format parser."""