diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2012-12-14 18:12:25 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2012-12-14 18:12:25 (GMT) |
commit | e3d7e54b11586e3f13ed1589116d2175eb94b3b2 (patch) | |
tree | c6a1bb8ab0dfad1d05e87e1b14483d5729d63d87 /Modules/unicodedata.c | |
parent | 1e5c9b70b4322c4e2d19ad61d754d5c8eeb61cc5 (diff) | |
download | cpython-e3d7e54b11586e3f13ed1589116d2175eb94b3b2.zip cpython-e3d7e54b11586e3f13ed1589116d2175eb94b3b2.tar.gz cpython-e3d7e54b11586e3f13ed1589116d2175eb94b3b2.tar.bz2 |
#16681: use "bidirectional class" instead of "bidirectional category" in the docstring too.
Diffstat (limited to 'Modules/unicodedata.c')
-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 53e48df..4db5087 100644 --- a/Modules/unicodedata.c +++ b/Modules/unicodedata.c @@ -276,7 +276,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."); |