Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e3d7e54

Browse files
committed
#16681: use "bidirectional class" instead of "bidirectional category" in the docstring too.
1 parent 1e5c9b7 commit e3d7e54

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/unicodedata.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ unicodedata_category(PyObject *self, PyObject *args)
276276
PyDoc_STRVAR(unicodedata_bidirectional__doc__,
277277
"bidirectional(unichr)\n\
278278
\n\
279-
Returns the bidirectional category assigned to the Unicode character\n\
279+
Returns the bidirectional class assigned to the Unicode character\n\
280280
unichr as string. If no such value is defined, an empty string is\n\
281281
returned.");
282282

0 commit comments

Comments
 (0)