Skip to content
This repository has been archived by the owner on Jul 10, 2023. It is now read-only.

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
iblislin committed Mar 16, 2018
1 parent 7fa86f7 commit dc29a48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zdict/dictionaries/yahoo.py
Expand Up @@ -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')

Expand Down

0 comments on commit dc29a48

Please sign in to comment.