Skip to content

Commit

Permalink
Fixed a typo in previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
tatuylonen committed Feb 27, 2024
1 parent 6ea7ca1 commit bd347c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wiktextract/wiktionary.py
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ def check_json_data(
forms = dt.get("forms") or []
for form in forms:
check_tags(wxr, dt, word, lang, pos, form)
tags = = dt.get("tags")
tags = dt.get("tags")
if not isinstance(tags, (list, tuple)) or "table-tags" not in tags:
check_str_fields(wxr, dt, word, lang, pos, form, ["form"],
mandatory=True)
Expand Down

0 comments on commit bd347c0

Please sign in to comment.