cpython: 39263bb0ef4c (original) (raw)

Mercurial > cpython

changeset 80849:39263bb0ef4c

#16681: merge with 3.3. [#16681]

Ezio Melotti ezio.melotti@gmail.com
date Fri, 14 Dec 2012 20:14:17 +0200
parents 091e68e08c3c(current diff)d8218745c24a(diff)
children f32f67d26035
files Doc/library/unicodedata.rst
diffstat 2 files changed, 2 insertions(+), 2 deletions(-)[+] [-] Doc/library/unicodedata.rst 2 Modules/unicodedata.c 2

line wrap: on

line diff

--- a/Doc/library/unicodedata.rst +++ b/Doc/library/unicodedata.rst @@ -69,7 +69,7 @@ following functions: .. function:: bidirectional(chr)

--- a/Modules/unicodedata.c +++ b/Modules/unicodedata.c @@ -273,7 +273,7 @@ unicodedata_category(PyObject *self, PyO PyDoc_STRVAR(unicodedata_bidirectional__doc__, "bidirectional(unichr)\n[](#l2.5) \n[](#l2.6) -Returns the bidirectional category assigned to the Unicode character\n[](#l2.7) +Returns the bidirectional class assigned to the Unicode character\n[](#l2.8) unichr as string. If no such value is defined, an empty string is\n[](#l2.9) returned.");