From: Benjamin Peterson Date: Thu, 10 Oct 2013 21:39:56 +0000 (-0400) Subject: remove url from docstring (closes #19220) X-Git-Tag: v3.4.0a4~186^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a4cf1c87d08d32098fa3b230d6f32b8d24cbdce3;p=python remove url from docstring (closes #19220) --- diff --git a/Modules/unicodedata.c b/Modules/unicodedata.c index 75c162656e..10d60e3cb7 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 = {