summaryrefslogtreecommitdiff
path: root/Modules/unicodedata.c
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2013-10-10 20:22:10 -0400
committerBenjamin Peterson <benjamin@python.org>2013-10-10 20:22:10 -0400
commit30cb1e00a2d45cac105f23956f62773d156ec80a (patch)
tree00917dfdb701973ea351064d1b190789f0d0f2bd /Modules/unicodedata.c
parentc822d96f8c1ba681d4994a76be0f75930028add1 (diff)
downloadcpython-30cb1e00a2d45cac105f23956f62773d156ec80a.tar.gz
replace hardcoded version
Diffstat (limited to 'Modules/unicodedata.c')
-rw-r--r--Modules/unicodedata.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/unicodedata.c b/Modules/unicodedata.c
index 901e337952..f4d3608750 100644
--- a/Modules/unicodedata.c
+++ b/Modules/unicodedata.c
@@ -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 ".");