summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2011-10-23 21:50:21 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2011-10-23 21:50:21 (GMT)
commit5a705e72db2d1a0f232115fb65eea55af57b4883 (patch)
treef5e275d3343c43e1a4147fe891520d8182d5311a
parent24d659daafd0e6c1514ee912f06f7b7310545e09 (diff)
parent2d99dac479fe89a2cbc616cc9c99b5d37c105d24 (diff)
downloadcpython-5a705e72db2d1a0f232115fb65eea55af57b4883.zip
cpython-5a705e72db2d1a0f232115fb65eea55af57b4883.tar.gz
cpython-5a705e72db2d1a0f232115fb65eea55af57b4883.tar.bz2
Merge
-rw-r--r--Doc/whatsnew/3.3.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.3.rst b/Doc/whatsnew/3.3.rst
index 8ee5071..78fae2f 100644
--- a/Doc/whatsnew/3.3.rst
+++ b/Doc/whatsnew/3.3.rst
@@ -180,7 +180,7 @@ Some smaller changes made to the core Python language are:
* Stub
Added support for Unicode name aliases and named sequences.
-Both :func:`unicodedata.lookup()` and ``\N{...}`` now resolve name aliases,
+Both :func:`unicodedata.lookup()` and ``'\N{...}'`` now resolve name aliases,
and :func:`unicodedata.lookup()` resolves named sequences too.
(Contributed by Ezio Melotti in :issue:`12753`)