I\'d like my dictionary to be case insensitive.
I have this example code:
text = \"practice changing the color\" words = {\'color\': \'colour\',
Just for the record. I found an awesome impementation on Requests:
https://github.com/kennethreitz/requests/blob/v1.2.3/requests/structures.py#L37