diff --git a/PyDictionary/core.py b/PyDictionary/core.py index e63d8dc..e66d6f0 100644 --- a/PyDictionary/core.py +++ b/PyDictionary/core.py @@ -127,7 +127,7 @@ def meaning(term, disable_errors=False): for a in types: reg = str(lists[types.index(a)]) meanings = [] - for x in re.findall(r'\((.*?)\)', reg): + for x in re.findall(r'> \((.*?)\) <', reg): if 'often followed by' in x: pass elif len(x) > 5 or ' ' in str(x):