Fix update of norm exceptions

This commit is contained in:
ines 2017-06-03 20:54:09 +02:00
parent 94e063ae2a
commit 5bd311c77e

View File

@ -1754,8 +1754,7 @@ _exc = {
}
NORM_EXCEPTIONS = {}
for string, norm in _exc.items():
_exc[string.title()] = norm
NORM_EXCEPTIONS = _exc
NORM_EXCEPTIONS[string.title()] = norm