diff options
| author | Jakub Wilk <jwilk@jwilk.net> | 2018-02-17 21:29:18 +0100 |
|---|---|---|
| committer | Tomaz Solc <tomaz.solc@tablix.org> | 2018-02-19 08:16:31 +0100 |
| commit | 17aecae2a552e462cc7760c7e57415e6c67684df (patch) | |
| tree | aa3b709ee213f701ec4e02335f881a87c2e6018f /unidecode | |
| parent | 42eb2ad519aafd09688e68c2c134ac97accd92ca (diff) | |
| download | unidecode-17aecae2a552e462cc7760c7e57415e6c67684df.tar.gz | |
Fix syntax error in an example
Diffstat (limited to 'unidecode')
| -rw-r--r-- | unidecode/__init__.py | 2 |
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 " |
