We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 577dd61 commit 8aa7b89Copy full SHA for 8aa7b89
Modules/unicodedata.c
@@ -1322,7 +1322,7 @@ PyDoc_STRVAR(unicodedata_docstring,
1322
"This module provides access to the Unicode Character Database which\n\
1323
defines character properties for all Unicode characters. The data in\n\
1324
this database is based on the UnicodeData.txt file version\n\
1325
-6.0.0 which is publically available from ftp://ftp.unicode.org/.\n\
+" UNIDATA_VERSION " which is publically available from ftp://ftp.unicode.org/.\n\
1326
\n\
1327
The module uses the same names and symbols as defined by the\n\
1328
UnicodeData File Format " UNIDATA_VERSION ".");
0 commit comments