]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
#16681: use "bidirectional class" instead of "bidirectional category" in the docstrin...
authorEzio Melotti <ezio.melotti@gmail.com>
Fri, 14 Dec 2012 18:12:25 +0000 (20:12 +0200)
committerEzio Melotti <ezio.melotti@gmail.com>
Fri, 14 Dec 2012 18:12:25 +0000 (20:12 +0200)
Modules/unicodedata.c

index 1445a9521085998e2f0c8d917029621c0b7997e5..95bdf3cfd1eea93d8569845586a171d109b2c90f 100644 (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.");