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

Skip to content

Commit 11def42

Browse files
committed
#16681: merge with 3.2.
2 parents a0b315f + e3d7e54 commit 11def42

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/library/unicodedata.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ following functions:
6969

7070
.. function:: bidirectional(chr)
7171

72-
Returns the bidirectional category assigned to the character *chr* as
72+
Returns the bidirectional class assigned to the character *chr* as
7373
string. If no such value is defined, an empty string is returned.
7474

7575

Modules/unicodedata.c

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

0 commit comments

Comments
 (0)