[Python-checkins] cpython (2.7): #16681: use "bidirectional class" instead of "bidirectional category".

ezio.melotti python-checkins at python.org
Fri Dec 14 19:14:47 CET 2012


http://hg.python.org/cpython/rev/02de73bae814
changeset:   80844:02de73bae814
branch:      2.7
parent:      80837:a9341ce35abc
user:        Ezio Melotti <ezio.melotti at gmail.com>
date:        Fri Dec 14 20:06:43 2012 +0200
summary:
  #16681: use "bidirectional class" instead of "bidirectional category".

files:
  Doc/library/unicodedata.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/unicodedata.rst b/Doc/library/unicodedata.rst
--- a/Doc/library/unicodedata.rst
+++ b/Doc/library/unicodedata.rst
@@ -66,7 +66,7 @@
 
 .. function:: bidirectional(unichr)
 
-   Returns the bidirectional category assigned to the Unicode character *unichr* as
+   Returns the bidirectional class assigned to the Unicode character *unichr* as
    string. If no such value is defined, an empty string is returned.
 
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list