diff options
Diffstat (limited to 'Modules/unicodedata.c')
-rw-r--r-- | Modules/unicodedata.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Modules/unicodedata.c b/Modules/unicodedata.c index 463f2cc..92c312b 100644 --- a/Modules/unicodedata.c +++ b/Modules/unicodedata.c @@ -1238,7 +1238,8 @@ this database is based on the UnicodeData.txt file version\n\ 5.2.0 which is publically available from ftp://ftp.unicode.org/.\n\ \n\ The module uses the same names and symbols as defined by the\n\ -UnicodeData File Format 5.2.0 (see http://www.unicode.org/reports/tr44/)."); +UnicodeData File Format 5.2.0 (see\n\ +http://www.unicode.org/reports/tr44/tr44-4.html)."); static struct PyModuleDef unicodedatamodule = { |