[Python-checkins] cpython (merge 3.3 -> default): #16681: merge with 3.3.

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


http://hg.python.org/cpython/rev/39263bb0ef4c
changeset:   80849:39263bb0ef4c
parent:      80843:091e68e08c3c
parent:      80848:d8218745c24a
user:        Ezio Melotti <ezio.melotti at gmail.com>
date:        Fri Dec 14 20:14:17 2012 +0200
summary:
  #16681: merge with 3.3.

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


diff --git a/Doc/library/unicodedata.rst b/Doc/library/unicodedata.rst
--- a/Doc/library/unicodedata.rst
+++ b/Doc/library/unicodedata.rst
@@ -69,7 +69,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.
 
 
diff --git a/Modules/unicodedata.c b/Modules/unicodedata.c
--- a/Modules/unicodedata.c
+++ b/Modules/unicodedata.c
@@ -273,7 +273,7 @@
 PyDoc_STRVAR(unicodedata_bidirectional__doc__,
 "bidirectional(unichr)\n\
 \n\
-Returns the bidirectional category assigned to the Unicode character\n\
+Returns the bidirectional class assigned to the Unicode character\n\
 unichr as string. If no such value is defined, an empty string is\n\
 returned.");
 

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


More information about the Python-checkins mailing list