diff options
author | Benjamin Peterson <benjamin@python.org> | 2013-10-10 21:39:56 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2013-10-10 21:39:56 (GMT) |
commit | a4cf1c87d08d32098fa3b230d6f32b8d24cbdce3 (patch) | |
tree | e448a1b84a12f598fdae181eaa746acc0cafde7b /Modules | |
parent | 8ee7708c7f7906f794a4f97ea2f9347e605ee245 (diff) | |
download | cpython-a4cf1c87d08d32098fa3b230d6f32b8d24cbdce3.zip cpython-a4cf1c87d08d32098fa3b230d6f32b8d24cbdce3.tar.gz cpython-a4cf1c87d08d32098fa3b230d6f32b8d24cbdce3.tar.bz2 |
remove url from docstring (closes #19220)
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/unicodedata.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Modules/unicodedata.c b/Modules/unicodedata.c index 75c1626..10d60e3 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 = { |