Skip to content

Commit

Permalink
Fixed typoed import name
Browse files Browse the repository at this point in the history
`from mediawiki_langcodes import name_to_code` ->
`from mediawiki_landcodes import code_to_name`
  • Loading branch information
kristian-clausal committed Nov 9, 2023
1 parent 606cebf commit 87d6cd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wiktextract/thesaurus.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from pathlib import Path
from typing import List, Optional, Set, TextIO, Tuple

from mediawiki_langcodes import name_to_code
from mediawiki_langcodes import code_to_name
from wikitextprocessor import Page

from .import_utils import import_extractor_module
Expand Down

0 comments on commit 87d6cd3

Please sign in to comment.