summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Modules/unicodedata.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/Modules/unicodedata.c b/Modules/unicodedata.c
index 5530c7a..59bfb34 100644
--- a/Modules/unicodedata.c
+++ b/Modules/unicodedata.c
@@ -1325,9 +1325,7 @@ this database is based on the UnicodeData.txt file version\n\
6.3.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 6.3.0 (see\n\
-http://www.unicode.org/reports/tr44/tr44-6.html).");
-
+UnicodeData File Format 6.3.0");
static struct PyModuleDef unicodedatamodule = {
PyModuleDef_HEAD_INIT,