summaryrefslogtreecommitdiff
path: root/Modules/unicodedata.c
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2013-10-10 17:39:56 -0400
committerBenjamin Peterson <benjamin@python.org>2013-10-10 17:39:56 -0400
commita4cf1c87d08d32098fa3b230d6f32b8d24cbdce3 (patch)
treee448a1b84a12f598fdae181eaa746acc0cafde7b /Modules/unicodedata.c
parent8ee7708c7f7906f794a4f97ea2f9347e605ee245 (diff)
downloadcpython-git-a4cf1c87d08d32098fa3b230d6f32b8d24cbdce3.tar.gz
remove url from docstring (closes #19220)
Diffstat (limited to 'Modules/unicodedata.c')
-rw-r--r--Modules/unicodedata.c3
1 files changed, 1 insertions, 2 deletions
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 = {