Use `difflib.get_close_matches()` (https://docs.python.org/3/library/difflib.html#difflib.get_close_matches) to match keywords that may not be spelled or written exactly correctly.
Use
difflib.get_close_matches()(https://docs.python.org/3/library/difflib.html#difflib.get_close_matches) to match keywords that may not be spelled or written exactly correctly.