From a4cf1c87d08d32098fa3b230d6f32b8d24cbdce3 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Thu, 10 Oct 2013 17:39:56 -0400 Subject: [PATCH] remove url from docstring (closes #19220) --- Modules/unicodedata.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Modules/unicodedata.c b/Modules/unicodedata.c index 75c162656ed..10d60e3cb75 100644 --- a/Modules/unicodedata.c +++ b/Modules/unicodedata.c @@ -1325,8 +1325,7 @@ this database is based on the UnicodeData.txt file version\n\ 6.0.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.0.0 (see\n\ -http://www.unicode.org/reports/tr44/tr44-6.html)."); +UnicodeData File Format 6.0.0."); static struct PyModuleDef unicodedatamodule = {