Skip to content

Commit a4cf1c8

Browse files
committed
remove url from docstring (closes #19220)
1 parent 8ee7708 commit a4cf1c8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Modules/unicodedata.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1325,8 +1325,7 @@ this database is based on the UnicodeData.txt file version\n\
13251325
6.0.0 which is publically available from ftp://ftp.unicode.org/.\n\
13261326
\n\
13271327
The module uses the same names and symbols as defined by the\n\
1328-
UnicodeData File Format 6.0.0 (see\n\
1329-
http://www.unicode.org/reports/tr44/tr44-6.html).");
1328+
UnicodeData File Format 6.0.0.");
13301329

13311330

13321331
static struct PyModuleDef unicodedatamodule = {

0 commit comments

Comments
 (0)