Skip to content

Commit 8aa7b89

Browse files
committed
replace hardcoded version
1 parent 577dd61 commit 8aa7b89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/unicodedata.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1322,7 +1322,7 @@ PyDoc_STRVAR(unicodedata_docstring,
13221322
"This module provides access to the Unicode Character Database which\n\
13231323
defines character properties for all Unicode characters. The data in\n\
13241324
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\
1325+
" UNIDATA_VERSION " 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\
13281328
UnicodeData File Format " UNIDATA_VERSION ".");

0 commit comments

Comments
 (0)