geekpradd / PyDictionary

PyDictionary is a Dictionary Module for Python 2/3 to get meanings, translations, synonyms and antonyms of words
https://pypi.python.org/pypi/PyDictionary
MIT License
274 stars 65 forks source link

Raise exception and fix multi-word issue #59

Open 123vivekr opened 2 years ago

123vivekr commented 2 years ago

This PR fixes two things:

Note: This supports only the meanings API

Fixes #55