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

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


http://hg.python.org/cpython/rev/97688292bfe5
changeset:   80845:97688292bfe5
branch:      3.2
parent:      80825:88dcccb46298
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(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.
 
 

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


More information about the Python-checkins mailing list