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 | 1e5c9b70b4322c4e2d19ad61d754d5c8eeb61cc5 (patch) | |
tree | 7da7a7eb6bb3191d85dd3193e7af750b04f5af69 /Doc/library/unicodedata.rst | |
parent | 9504b131457e1e3fc10dace6ffcb22b00f3a0077 (diff) | |
download | cpython-1e5c9b70b4322c4e2d19ad61d754d5c8eeb61cc5.zip cpython-1e5c9b70b4322c4e2d19ad61d754d5c8eeb61cc5.tar.gz cpython-1e5c9b70b4322c4e2d19ad61d754d5c8eeb61cc5.tar.bz2 |
#16681: use "bidirectional class" instead of "bidirectional category".
Diffstat (limited to 'Doc/library/unicodedata.rst')
-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 3b1bbe0..33b5ce0 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. |