summaryrefslogtreecommitdiff
path: root/unidecode
diff options
context:
space:
mode:
authorJakub Wilk <jwilk@jwilk.net>2015-12-10 11:39:45 +0100
committerTomaz Solc <tomaz.solc@tablix.org>2015-12-10 14:25:49 +0100
commit6484dcbf2d651ef8e49ba982c2474044b185c8ae (patch)
tree36ebe93cec1366ef48743f13f6088df5859dfae1 /unidecode
parent0c47a034eb9f88b7747c79a82b0d03809bb5e1f6 (diff)
downloadunidecode-6484dcbf2d651ef8e49ba982c2474044b185c8ae.tar.gz
Fix typos
Diffstat (limited to 'unidecode')
-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.
"""