summaryrefslogtreecommitdiff
path: root/Modules/unicodedata.c
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2013-10-10 20:16:25 -0400
committerBenjamin Peterson <benjamin@python.org>2013-10-10 20:16:25 -0400
commit577dd61ff2608c9271801a099b0015508bcde2b7 (patch)
tree00a05174bb87c7ac439dea1e8310fed925cbd2c6 /Modules/unicodedata.c
parenta4cf1c87d08d32098fa3b230d6f32b8d24cbdce3 (diff)
downloadcpython-git-577dd61ff2608c9271801a099b0015508bcde2b7.tar.gz
make sure the docstring is never out of date wrt unicode data 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 10d60e3cb7..901e337952 100644
--- a/Modules/unicodedata.c
+++ b/Modules/unicodedata.c
@@ -1325,7 +1325,7 @@ this database is based on the UnicodeData.txt file version\n\
6.0.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 " UNIDATA_VERSION ".");
static struct PyModuleDef unicodedatamodule = {