Also include lowercase norm exceptions

This commit is contained in:
Ines Montani 2018-09-25 12:22:02 +02:00
parent 3c4e3ade30
commit 70f4e8adf3

View File

@ -14,4 +14,5 @@ _exc = {
NORM_EXCEPTIONS = {}
for string, norm in _exc.items():
NORM_EXCEPTIONS[string] = norm
NORM_EXCEPTIONS[string.title()] = norm