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 17, 2018
1 parent f1616ed commit f2f32d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zdict/dictionaries/yahoo.py
Expand Up @@ -153,14 +153,14 @@ def query(self, word: str):
data = BeautifulSoup(webpage, "html.parser")
content = {}

# Please bump version if format changed again.
# Please bump version if the format changes again.
# the `show` function will act with respect to version number.

content['version'] = 2

# Here are details of each version.
#
# The original one, in the old era, there isn't any concept of
# The original one, in the old era, there wasn't any concept of
# version number:
# content = {
# 'word': ...,
Expand Down

0 comments on commit f2f32d9

Please sign in to comment.