mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
remove url from docstring (closes #19220)
This commit is contained in:
parent
8ee7708c7f
commit
a4cf1c87d0
1 changed files with 1 additions and 2 deletions
|
@ -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\
|
6.0.0 which is publically available from ftp://ftp.unicode.org/.\n\
|
||||||
\n\
|
\n\
|
||||||
The module uses the same names and symbols as defined by the\n\
|
The module uses the same names and symbols as defined by the\n\
|
||||||
UnicodeData File Format 6.0.0 (see\n\
|
UnicodeData File Format 6.0.0.");
|
||||||
http://www.unicode.org/reports/tr44/tr44-6.html).");
|
|
||||||
|
|
||||||
|
|
||||||
static struct PyModuleDef unicodedatamodule = {
|
static struct PyModuleDef unicodedatamodule = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue