diff --git a/zdict/dictionaries/yahoo.py b/zdict/dictionaries/yahoo.py index b67f43e3..ad376ee2 100644 --- a/zdict/dictionaries/yahoo.py +++ b/zdict/dictionaries/yahoo.py @@ -27,7 +27,7 @@ def show(self, record: Record): content = json.loads(record.content) getattr(self, 'showv{}'.format(content.get('version', 1)))(content) - def showv1(self, content): # lagecy + def showv1(self, content): # legacy # print word self.color.print(content['word'], 'yellow')