From 28d21cab1f871edf54763a08824133286c4b6cf3 Mon Sep 17 00:00:00 2001 From: Ezio Melotti Date: Fri, 14 Dec 2012 20:06:43 +0200 Subject: #16681: use "bidirectional class" instead of "bidirectional category". --- Doc/library/unicodedata.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/unicodedata.rst b/Doc/library/unicodedata.rst index 4d9b3c5..a3a7c96 100644 --- a/Doc/library/unicodedata.rst +++ b/Doc/library/unicodedata.rst @@ -66,7 +66,7 @@ It defines the following functions: .. function:: bidirectional(unichr) - Returns the bidirectional category assigned to the Unicode character *unichr* as + Returns the bidirectional class assigned to the Unicode character *unichr* as string. If no such value is defined, an empty string is returned. -- cgit v0.12