mirror of
https://github.com/python/cpython.git
synced 2025-11-03 11:23:31 +00:00
#16681: merge with 3.2.
This commit is contained in:
commit
11def426c0
2 changed files with 2 additions and 2 deletions
|
|
@ -69,7 +69,7 @@ following functions:
|
||||||
|
|
||||||
.. function:: bidirectional(chr)
|
.. function:: bidirectional(chr)
|
||||||
|
|
||||||
Returns the bidirectional category assigned to the character *chr* as
|
Returns the bidirectional class assigned to the character *chr* as
|
||||||
string. If no such value is defined, an empty string is returned.
|
string. If no such value is defined, an empty string is returned.
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -273,7 +273,7 @@ unicodedata_category(PyObject *self, PyObject *args)
|
||||||
PyDoc_STRVAR(unicodedata_bidirectional__doc__,
|
PyDoc_STRVAR(unicodedata_bidirectional__doc__,
|
||||||
"bidirectional(unichr)\n\
|
"bidirectional(unichr)\n\
|
||||||
\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\
|
unichr as string. If no such value is defined, an empty string is\n\
|
||||||
returned.");
|
returned.");
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue