diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2012-12-14 18:06:43 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2012-12-14 18:06:43 (GMT) |
commit | 28d21cab1f871edf54763a08824133286c4b6cf3 (patch) | |
tree | 0aa437c2fabcfb162303d44ebfa09a9973737dde | |
parent | 25a48610a8ec5943485677af2878b64d328d0b5a (diff) | |
download | cpython-28d21cab1f871edf54763a08824133286c4b6cf3.zip cpython-28d21cab1f871edf54763a08824133286c4b6cf3.tar.gz cpython-28d21cab1f871edf54763a08824133286c4b6cf3.tar.bz2 |
#16681: use "bidirectional class" instead of "bidirectional category".
-rw-r--r-- | Doc/library/unicodedata.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/unicodedata.rst b/Doc/library/unicodedata.rst index 4d9b3c5..a3a7c96 100644 --- a/Doc/library/unicodedata.rst +++ b/Doc/library/unicodedata.rst @@ -66,7 +66,7 @@ It defines the following functions: .. function:: bidirectional(unichr) - Returns the bidirectional category assigned to the Unicode character *unichr* as + Returns the bidirectional class assigned to the Unicode character *unichr* as string. If no such value is defined, an empty string is returned. |