summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVal Neekman <un33kvu@gmail.com>2016-01-16 11:29:22 -0500
committerVal Neekman <un33kvu@gmail.com>2016-01-16 11:29:22 -0500
commit27d35f8810dd2816561044a9658eb19310d7e109 (patch)
tree2c89398245e84a40a82bc043ca961232f95a9bd4
parent306d8f7f4c4c9338195ec27af3c3880b9a0f83ba (diff)
downloadpython-slugify-27d35f8810dd2816561044a9658eb19310d7e109.tar.gz
updated quote test case example
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index fb4ca24..3985435 100644
--- a/README.md
+++ b/README.md
@@ -57,7 +57,7 @@ How to use
txt = 'C\'est déjà l\'été.'
r = slugify(txt)
- self.assertEqual(r, "cest-deja-lete")
+ self.assertEqual(r, "c-est-deja-l-ete")
txt = 'Nín hǎo. Wǒ shì zhōng guó rén'
r = slugify(txt)