summaryrefslogtreecommitdiff
path: root/Doc/library/unicodedata.rst
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2012-12-14 20:06:43 +0200
committerEzio Melotti <ezio.melotti@gmail.com>2012-12-14 20:06:43 +0200
commitf4077b529cbedc5c2c375a0201c9f7af48c7a657 (patch)
treebf2b8eac64a8a8465c268762dad5f46ded86dec6 /Doc/library/unicodedata.rst
parent1a01f697384c87d24e454f7908f984ffe87180a8 (diff)
downloadcpython-f4077b529cbedc5c2c375a0201c9f7af48c7a657.tar.gz
#16681: use "bidirectional class" instead of "bidirectional category".
Diffstat (limited to 'Doc/library/unicodedata.rst')
-rw-r--r--Doc/library/unicodedata.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/unicodedata.rst b/Doc/library/unicodedata.rst
index 3b1bbe076e..33b5ce0eaa 100644
--- a/Doc/library/unicodedata.rst
+++ b/Doc/library/unicodedata.rst
@@ -66,7 +66,7 @@ following functions:
.. 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.