From: Ezio Melotti Date: Fri, 14 Dec 2012 18:12:25 +0000 (+0200) Subject: #16681: use "bidirectional class" instead of "bidirectional category" in the docstrin... X-Git-Tag: v2.7.4rc1~308 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=67c563e2f196b6e491140632386f0fea90a81e0f;p=thirdparty%2FPython%2Fcpython.git #16681: use "bidirectional class" instead of "bidirectional category" in the docstring too. --- diff --git a/Modules/unicodedata.c b/Modules/unicodedata.c index 1445a9521085..95bdf3cfd1ee 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.");