]> granicus.if.org Git - python/commitdiff
remove url from docstring (closes #19220)
authorBenjamin Peterson <benjamin@python.org>
Thu, 10 Oct 2013 21:39:56 +0000 (17:39 -0400)
committerBenjamin Peterson <benjamin@python.org>
Thu, 10 Oct 2013 21:39:56 +0000 (17:39 -0400)
Modules/unicodedata.c

index 75c162656ed7dce43c03d5148df8056206739722..10d60e3cb75c0fdab5810d73f0ce8a3b1041e21b 100644 (file)
@@ -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 = {