summaryrefslogtreecommitdiffstats
path: root/Doc/library/unicodedata.rst
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2012-12-14 18:13:39 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2012-12-14 18:13:39 (GMT)
commit11def426c0d7b6f81e324b295ba731386adb862a (patch)
treeadb69c212e38e67840a04eb30ef763baaec93d95 /Doc/library/unicodedata.rst
parenta0b315f5f77ce2e68df4ca8d6174a266592b2c49 (diff)
parente3d7e54b11586e3f13ed1589116d2175eb94b3b2 (diff)
downloadcpython-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.rst2
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.