summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2012-12-14 18:14:17 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2012-12-14 18:14:17 (GMT)
commit752f5dd0f747b6ead2f72c6cc8b12dc463570c64 (patch)
tree6fcfac61376e95815dcba2e9afe8db35a5862ee9 /Modules
parent22f36eed4d3c01ba101ab77c4df84fae126fc1ac (diff)
parent11def426c0d7b6f81e324b295ba731386adb862a (diff)
downloadcpython-752f5dd0f747b6ead2f72c6cc8b12dc463570c64.zip
cpython-752f5dd0f747b6ead2f72c6cc8b12dc463570c64.tar.gz
cpython-752f5dd0f747b6ead2f72c6cc8b12dc463570c64.tar.bz2
#16681: merge with 3.3.
Diffstat (limited to 'Modules')
-rw-r--r--Modules/unicodedata.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/unicodedata.c b/Modules/unicodedata.c
index d339f58..27fadb7 100644
--- a/Modules/unicodedata.c
+++ b/Modules/unicodedata.c
@@ -273,7 +273,7 @@ unicodedata_category(PyObject *self, PyObject *args)
PyDoc_STRVAR(unicodedata_bidirectional__doc__,
"bidirectional(unichr)\n\
\n\
-Returns the bidirectional category assigned to the Unicode character\n\
+Returns the bidirectional class assigned to the Unicode character\n\
unichr as string. If no such value is defined, an empty string is\n\
returned.");