Revert "Also include lowercase norm exceptions"

This reverts commit 70f4e8adf3.
This commit is contained in:
Ines Montani 2018-09-27 12:29:25 +02:00
parent 014dd47c70
commit 71cdbeada7

View File

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