Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ppizarror committed Jan 15, 2024
1 parent 953e5c4 commit e7f6e18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PyMultiDictionary/_dictionary.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ class MultiDictionary(object):
"""
Dictionary. Support synonyms, antonyms, meanings, and translations from some languages.
"""
_max_cached_websites: int # Maximum stored websites
_langs: Dict[str, Tuple[bool, bool, bool, bool]] # synonyms, meaning, translation, antonym
_max_cached_websites: int # Maximum stored websites
_test_cached_file: Dict[str, str] # If defined, loads that file instead
_tokenize: bool # Enables word tokenizer
_words: List[str] # List of words passed to the constructor
Expand Down

0 comments on commit e7f6e18

Please sign in to comment.