mirror of
https://github.com/python/cpython.git
synced 2025-11-17 01:25:57 +00:00
make sure the docstring is never out of date wrt unicode data version
This commit is contained in:
parent
a4cf1c87d0
commit
577dd61ff2
1 changed files with 1 additions and 1 deletions
|
|
@ -1325,7 +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.");
|
UnicodeData File Format " UNIDATA_VERSION ".");
|
||||||
|
|
||||||
|
|
||||||
static struct PyModuleDef unicodedatamodule = {
|
static struct PyModuleDef unicodedatamodule = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue