summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2011-10-23 21:37:46 (GMT)
committerFlorent Xicluna <florent.xicluna@gmail.com>2011-10-23 21:37:46 (GMT)
commitdcbb822c08e75dbb45afe1c435af95961f22387a (patch)
tree40a2042837b5eefa6dc8ad3c6147ffbeabac5e1c /Doc
parent72ca42af8bfb0c39e40f7f9ee818e286dcc3d422 (diff)
downloadcpython-dcbb822c08e75dbb45afe1c435af95961f22387a.zip
cpython-dcbb822c08e75dbb45afe1c435af95961f22387a.tar.gz
cpython-dcbb822c08e75dbb45afe1c435af95961f22387a.tar.bz2
Fix documentation formatting.
Diffstat (limited to 'Doc')
-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 0427e81..8ee5071 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`)