From: Florent Xicluna Date: Sun, 23 Oct 2011 21:37:46 +0000 (+0200) Subject: Fix documentation formatting. X-Git-Tag: v3.3.0a1~1082 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dcbb822c08e75dbb45afe1c435af95961f22387a;p=thirdparty%2FPython%2Fcpython.git Fix documentation formatting. --- diff --git a/Doc/whatsnew/3.3.rst b/Doc/whatsnew/3.3.rst index 0427e81b7432..8ee5071d0292 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`)