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: v3.3.1rc1~532^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e3d7e54b11586e3f13ed1589116d2175eb94b3b2;p=python #16681: use "bidirectional class" instead of "bidirectional category" in the docstring too. --- 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.");