mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
replace hardcoded version
This commit is contained in:
parent
577dd61ff2
commit
8aa7b89983
1 changed files with 1 additions and 1 deletions
|
@ -1322,7 +1322,7 @@ 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\
|
||||
" UNIDATA_VERSION " 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 " UNIDATA_VERSION ".");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue