summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2012-12-14 18:12:25 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2012-12-14 18:12:25 (GMT)
commite3d7e54b11586e3f13ed1589116d2175eb94b3b2 (patch)
treec6a1bb8ab0dfad1d05e87e1b14483d5729d63d87
parent1e5c9b70b4322c4e2d19ad61d754d5c8eeb61cc5 (diff)
downloadcpython-e3d7e54b11586e3f13ed1589116d2175eb94b3b2.zip
cpython-e3d7e54b11586e3f13ed1589116d2175eb94b3b2.tar.gz
cpython-e3d7e54b11586e3f13ed1589116d2175eb94b3b2.tar.bz2
#16681: use "bidirectional class" instead of "bidirectional category" in the docstring too.
-rw-r--r--Modules/unicodedata.c2
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.");