diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2012-12-14 18:13:39 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2012-12-14 18:13:39 (GMT) |
commit | 11def426c0d7b6f81e324b295ba731386adb862a (patch) | |
tree | adb69c212e38e67840a04eb30ef763baaec93d95 /Doc/library/unicodedata.rst | |
parent | a0b315f5f77ce2e68df4ca8d6174a266592b2c49 (diff) | |
parent | e3d7e54b11586e3f13ed1589116d2175eb94b3b2 (diff) | |
download | cpython-11def426c0d7b6f81e324b295ba731386adb862a.zip cpython-11def426c0d7b6f81e324b295ba731386adb862a.tar.gz cpython-11def426c0d7b6f81e324b295ba731386adb862a.tar.bz2 |
#16681: merge with 3.2.
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 3787c36..ad70dd9 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. |