Fix documentation formatting.
authorFlorent Xicluna <florent.xicluna@gmail.com>
Sun, 23 Oct 2011 21:37:46 +0000 (23:37 +0200)
committerFlorent Xicluna <florent.xicluna@gmail.com>
Sun, 23 Oct 2011 21:37:46 +0000 (23:37 +0200)
Doc/whatsnew/3.3.rst

index 0427e81b7432575b4798edcfb9daa05ee2d6c137..8ee5071d0292c318e19d24dd493b4f560f336b0d 100644 (file)
@@ -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`)