summaryrefslogtreecommitdiff
path: root/slugify/special.py
diff options
context:
space:
mode:
Diffstat (limited to 'slugify/special.py')
-rw-r--r--slugify/special.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/slugify/special.py b/slugify/special.py
index d3478d5..54eb85c 100644
--- a/slugify/special.py
+++ b/slugify/special.py
@@ -20,7 +20,7 @@ _CYRILLIC = [ # package defaults:
(u'я', u'ya'), # ia
(u'х', u'h'), # kh
(u'у', u'y'), # u
- (u'щ', u'sch'), # shch
+ (u'щ', u'sch'), # sch
(u'ю', u'u'), # iu / yu
]
CYRILLIC = add_uppercase_char(_CYRILLIC)