mirror of
https://github.com/python/cpython.git
synced 2025-11-03 03:22:27 +00:00
Correct URL to the official UnicodeData 3.2.0 resource. (Reported
by Darek Suchojad)
This commit is contained in:
parent
e947706b10
commit
4c560ea05b
2 changed files with 2 additions and 2 deletions
|
|
@ -18,7 +18,7 @@ this database is based on the \file{UnicodeData.txt} file version
|
|||
|
||||
The module uses the same names and symbols as defined by the
|
||||
UnicodeData File Format 3.2.0 (see
|
||||
\url{http://www.unicode.org/Public/UNIDATA/UnicodeData.html}). It
|
||||
\url{http://www.unicode.org/Public/3.2-Update/UnicodeData-3.2.0.html}). It
|
||||
defines the following functions:
|
||||
|
||||
\begin{funcdesc}{lookup}{name}
|
||||
|
|
|
|||
|
|
@ -994,7 +994,7 @@ this database is based on the UnicodeData.txt file version\n\
|
|||
\n\
|
||||
The module uses the same names and symbols as defined by the\n\
|
||||
UnicodeData File Format 3.2.0 (see\n\
|
||||
http://www.unicode.org/Public/UNIDATA/UnicodeData.html).");
|
||||
http://www.unicode.org/Public/3.2-Update/UnicodeData-3.2.0.html).");
|
||||
|
||||
PyMODINIT_FUNC
|
||||
initunicodedata(void)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue