Fix typo.
This commit is contained in:
parent
58dddd2d0d
commit
f8ff8fa4a8
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ import magic
|
||||||
def scrub(text):
|
def scrub(text):
|
||||||
'''
|
'''
|
||||||
Forcing a Unicode NFC normalization to remove combining marks that mess
|
Forcing a Unicode NFC normalization to remove combining marks that mess
|
||||||
with certain Python fucntions.
|
with certain Python functions.
|
||||||
'''
|
'''
|
||||||
if text:
|
if text:
|
||||||
return unicodedata.normalize('NFC', text)
|
return unicodedata.normalize('NFC', text)
|
||||||
|
|
Loading…
Reference in a new issue