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

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


http://hg.python.org/cpython/rev/f34d3ba955d1
changeset:   80847:f34d3ba955d1
branch:      3.2
parent:      80845:97688292bfe5
user:        Ezio Melotti <ezio.melotti at gmail.com>
date:        Fri Dec 14 20:12:25 2012 +0200
summary:
  #16681: use "bidirectional class" instead of "bidirectional category" in the docstring too.

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


diff --git a/Modules/unicodedata.c b/Modules/unicodedata.c
--- a/Modules/unicodedata.c
+++ b/Modules/unicodedata.c
@@ -276,7 +276,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