Skip to content

Commit 577dd61

Browse files
committed
make sure the docstring is never out of date wrt unicode data version
1 parent a4cf1c8 commit 577dd61

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
@@ -1325,7 +1325,7 @@ this database is based on the UnicodeData.txt file version\n\
13251325
6.0.0 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\
1328-
UnicodeData File Format 6.0.0.");
1328+
UnicodeData File Format " UNIDATA_VERSION ".");
13291329

13301330

13311331
static struct PyModuleDef unicodedatamodule = {

0 commit comments

Comments
 (0)