summaryrefslogtreecommitdiffstats
path: root/Doc/library/unicodedata.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library/unicodedata.rst')
-rw-r--r--Doc/library/unicodedata.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/unicodedata.rst b/Doc/library/unicodedata.rst
index d8428a5..2358285 100644
--- a/Doc/library/unicodedata.rst
+++ b/Doc/library/unicodedata.rst
@@ -146,7 +146,7 @@ Examples:
>>> import unicodedata
>>> unicodedata.lookup('LEFT CURLY BRACKET')
- u'{'
+ '{'
>>> unicodedata.name('/')
'SOLIDUS'
>>> unicodedata.decimal('9')