summaryrefslogtreecommitdiff
path: root/Modules/unicodedata.c
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2012-12-14 20:12:25 +0200
committerEzio Melotti <ezio.melotti@gmail.com>2012-12-14 20:12:25 +0200
commit108f7ef617406a11cbf987007f0260f18d37a40a (patch)
treefe8584e4e794bb8071790ff6dca4335b447ac522 /Modules/unicodedata.c
parentf4077b529cbedc5c2c375a0201c9f7af48c7a657 (diff)
downloadcpython-108f7ef617406a11cbf987007f0260f18d37a40a.tar.gz
#16681: use "bidirectional class" instead of "bidirectional category" in the docstring too.
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 53e48dfa36..4db5087f11 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.");