diff options
Diffstat (limited to 'Modules/unicodedata.c')
| -rw-r--r-- | Modules/unicodedata.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Modules/unicodedata.c b/Modules/unicodedata.c index 10d60e3..59bfb34 100644 --- a/Modules/unicodedata.c +++ b/Modules/unicodedata.c @@ -1322,11 +1322,10 @@ PyDoc_STRVAR(unicodedata_docstring, "This module provides access to the Unicode Character Database which\n\ defines character properties for all Unicode characters. The data in\n\ 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.3.0 which is publically available from ftp://ftp.unicode.org/.\n\ \n\ The module uses the same names and symbols as defined by the\n\ -UnicodeData File Format 6.0.0."); - +UnicodeData File Format 6.3.0"); static struct PyModuleDef unicodedatamodule = { PyModuleDef_HEAD_INIT, |
