#16681: use "bidirectional class" instead of "bidirectional category" in the docstring too.

This commit is contained in:
Ezio Melotti 2012-12-14 20:12:25 +02:00
parent 28d21cab1f
commit 67c563e2f1
1 changed files with 1 additions and 1 deletions

View File

@ -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.");