mirror of
https://github.com/python/cpython.git
synced 2025-11-10 22:36:18 +00:00
Fix documentation formatting.
This commit is contained in:
parent
72ca42af8b
commit
dcbb822c08
1 changed files with 1 additions and 1 deletions
|
|
@ -180,7 +180,7 @@ Some smaller changes made to the core Python language are:
|
||||||
* Stub
|
* Stub
|
||||||
|
|
||||||
Added support for Unicode name aliases and named sequences.
|
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.
|
and :func:`unicodedata.lookup()` resolves named sequences too.
|
||||||
|
|
||||||
(Contributed by Ezio Melotti in :issue:`12753`)
|
(Contributed by Ezio Melotti in :issue:`12753`)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue