Skip to content

Commit a76795b

Browse files
committed
merge 3.3
2 parents f0a1b87 + 8aa7b89 commit a76795b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.3.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)