diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2012-12-14 18:13:39 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2012-12-14 18:13:39 (GMT) |
commit | 11def426c0d7b6f81e324b295ba731386adb862a (patch) | |
tree | adb69c212e38e67840a04eb30ef763baaec93d95 /Modules | |
parent | a0b315f5f77ce2e68df4ca8d6174a266592b2c49 (diff) | |
parent | e3d7e54b11586e3f13ed1589116d2175eb94b3b2 (diff) | |
download | cpython-11def426c0d7b6f81e324b295ba731386adb862a.zip cpython-11def426c0d7b6f81e324b295ba731386adb862a.tar.gz cpython-11def426c0d7b6f81e324b295ba731386adb862a.tar.bz2 |
#16681: merge with 3.2.
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/unicodedata.c | 2 |
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."); |