diff options
author | Fred Drake <fdrake@acm.org> | 2000-09-16 13:46:42 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-09-16 13:46:42 (GMT) |
commit | 6e1fecc28aa8d52c2a6a362122ac986f04b11900 (patch) | |
tree | 9536632b4a01d3336017c794f1b7671be8a43a04 /Doc | |
parent | 315b9e0ac1466bc9a1736e6dbfe99ee8e279aec2 (diff) | |
download | cpython-6e1fecc28aa8d52c2a6a362122ac986f04b11900.zip cpython-6e1fecc28aa8d52c2a6a362122ac986f04b11900.tar.gz cpython-6e1fecc28aa8d52c2a6a362122ac986f04b11900.tar.bz2 |
Update URL to unicode.org's FTP site using an HTTP URL to the same
document.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libunicodedata.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libunicodedata.tex b/Doc/lib/libunicodedata.tex index 1eae492..bcf0563 100644 --- a/Doc/lib/libunicodedata.tex +++ b/Doc/lib/libunicodedata.tex @@ -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.0.0 (see -\url{ftp://ftp.unicode.org/Public/UNIDATA/UnicodeData.html}). It +\url{http://www.unicode.org/Public/UNIDATA/UnicodeData.html}). It defines the following functions: \begin{funcdesc}{decimal}{unichr\optional{, default}} |