Also include lowercase norm exceptions

This commit is contained in:
Ines Montani 2018-10-13 15:37:30 +02:00
parent 74a30d883c
commit cb57b35bb8

View File

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