Skip to content

Commit 47df258

Browse files
committed
Fix typo.
1 parent aefb899 commit 47df258

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scriptshifter/trans.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from importlib import import_module
44
from re import Pattern, compile
5-
from unicode_data import normalize as precomp_normalize
5+
from unicodedata import normalize as precomp_normalize
66

77
from scriptshifter.exceptions import BREAK, CONT
88
from scriptshifter.tables import (

0 commit comments

Comments
 (0)