summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2013-10-11 00:22:39 (GMT)
committerBenjamin Peterson <benjamin@python.org>2013-10-11 00:22:39 (GMT)
commita76795bf532169674f4e1637585ff6a52359e1c8 (patch)
tree693e9a31a5c21fda58851a4362d82b7eeef6e29d
parentf0a1b87560ad214277f78d5a96fab78b61933a8b (diff)
parent8aa7b89983ba0e3092a151fd5abbfd301937d07a (diff)
downloadcpython-a76795bf532169674f4e1637585ff6a52359e1c8.zip
cpython-a76795bf532169674f4e1637585ff6a52359e1c8.tar.gz
cpython-a76795bf532169674f4e1637585ff6a52359e1c8.tar.bz2
merge 3.3
-rw-r--r--Modules/unicodedata.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/unicodedata.c b/Modules/unicodedata.c
index b96e96b..eba403a 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.3.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 ".");