Fix documentation formatting.

This commit is contained in:
Florent Xicluna 2011-10-23 23:37:46 +02:00
parent 72ca42af8b
commit dcbb822c08

View 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`)