diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2012-12-14 18:14:17 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2012-12-14 18:14:17 (GMT) |
commit | 752f5dd0f747b6ead2f72c6cc8b12dc463570c64 (patch) | |
tree | 6fcfac61376e95815dcba2e9afe8db35a5862ee9 /Doc | |
parent | 22f36eed4d3c01ba101ab77c4df84fae126fc1ac (diff) | |
parent | 11def426c0d7b6f81e324b295ba731386adb862a (diff) | |
download | cpython-752f5dd0f747b6ead2f72c6cc8b12dc463570c64.zip cpython-752f5dd0f747b6ead2f72c6cc8b12dc463570c64.tar.gz cpython-752f5dd0f747b6ead2f72c6cc8b12dc463570c64.tar.bz2 |
#16681: merge with 3.3.
Diffstat (limited to 'Doc')
-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 d05142a..52acc18 100644 --- a/Doc/library/unicodedata.rst +++ b/Doc/library/unicodedata.rst @@ -69,7 +69,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. |