diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2010-03-23 00:39:22 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2010-03-23 00:39:22 (GMT) |
commit | d96b2f249deaf1e82364734dff6058627d8437e9 (patch) | |
tree | 60aa4249941aea60dad10448f24f3db6905fb479 /Doc/library/unicodedata.rst | |
parent | b1493b8eddf754124fe29415a8feb7fedf5fe47e (diff) | |
download | cpython-d96b2f249deaf1e82364734dff6058627d8437e9.zip cpython-d96b2f249deaf1e82364734dff6058627d8437e9.tar.gz cpython-d96b2f249deaf1e82364734dff6058627d8437e9.tar.bz2 |
Merged revisions 79320 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r79320 | ezio.melotti | 2010-03-23 02:38:12 +0200 (Tue, 23 Mar 2010) | 1 line
Link specifically to the UCD version 5.2.0.
........
Diffstat (limited to 'Doc/library/unicodedata.rst')
-rw-r--r-- | Doc/library/unicodedata.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/unicodedata.rst b/Doc/library/unicodedata.rst index af1ac5f..bbbd5d9 100644 --- a/Doc/library/unicodedata.rst +++ b/Doc/library/unicodedata.rst @@ -19,8 +19,8 @@ based on the :file:`UnicodeData.txt` file version 5.2.0 which is publicly available from ftp://ftp.unicode.org/. The module uses the same names and symbols as defined by the UnicodeData File -Format 5.2.0 (see http://www.unicode.org/reports/tr44/). It defines the -following functions: +Format 5.2.0 (see http://www.unicode.org/reports/tr44/tr44-4.html). +It defines the following functions: .. function:: lookup(name) |