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)
commit67c563e2f196b6e491140632386f0fea90a81e0f (patch)
treec59b903f923f68716f163bbe2a7714b9080b26a4
parent28d21cab1f871edf54763a08824133286c4b6cf3 (diff)
downloadcpython-67c563e2f196b6e491140632386f0fea90a81e0f.zip
cpython-67c563e2f196b6e491140632386f0fea90a81e0f.tar.gz
cpython-67c563e2f196b6e491140632386f0fea90a81e0f.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 1445a95..95bdf3c 100644
--- a/Modules/unicodedata.c
+++ b/Modules/unicodedata.c
@@ -274,7 +274,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.");