summaryrefslogtreecommitdiff
path: root/unidecode/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'unidecode/__init__.py')
-rw-r--r--unidecode/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/unidecode/__init__.py b/unidecode/__init__.py
index 1078fb6..3b68de4 100644
--- a/unidecode/__init__.py
+++ b/unidecode/__init__.py
@@ -39,7 +39,7 @@ def unidecode_expect_ascii(string):
transliteration using the character tables.
This is approx. five times faster if the string only contains ASCII
- characters, but sligthly slower than using unidecode directly if non-ASCII
+ characters, but slightly slower than using unidecode directly if non-ASCII
chars are present.
"""