summaryrefslogtreecommitdiff
path: root/unidecode
diff options
context:
space:
mode:
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 3b68de4..5d968fd 100644
--- a/unidecode/__init__.py
+++ b/unidecode/__init__.py
@@ -3,7 +3,7 @@
"""Transliterate Unicode text into plain 7-bit ASCII.
Example usage:
->>> from unidecode import unidecode:
+>>> from unidecode import unidecode
>>> unidecode(u"\u5317\u4EB0")
"Bei Jing "