From: Ezio Melotti Date: Fri, 14 Dec 2012 18:06:43 +0000 (+0200) Subject: #16681: use "bidirectional class" instead of "bidirectional category". X-Git-Tag: v3.2.4rc1~271 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1e5c9b70b4322c4e2d19ad61d754d5c8eeb61cc5;p=thirdparty%2FPython%2Fcpython.git #16681: use "bidirectional class" instead of "bidirectional category". --- diff --git a/Doc/library/unicodedata.rst b/Doc/library/unicodedata.rst index 3b1bbe076e59..33b5ce0eaa23 100644 --- a/Doc/library/unicodedata.rst +++ b/Doc/library/unicodedata.rst @@ -66,7 +66,7 @@ following functions: .. 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.