diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2004-08-20 23:13:26 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2004-08-20 23:13:26 (GMT) |
commit | 7109b287cf84cebdfa99b2b0a657d55f6e481be7 (patch) | |
tree | 631376edcf780d2de3491331938e692cad7cb118 | |
parent | 8e3bec54188b2f650a257c99ba32512bd4f967c3 (diff) | |
download | cpython-7109b287cf84cebdfa99b2b0a657d55f6e481be7.zip cpython-7109b287cf84cebdfa99b2b0a657d55f6e481be7.tar.gz cpython-7109b287cf84cebdfa99b2b0a657d55f6e481be7.tar.bz2 |
Fix grammar, spotted by Hye-Shik Chang
-rw-r--r-- | Doc/lib/libunicodedata.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libunicodedata.tex b/Doc/lib/libunicodedata.tex index 771c867..b66627f 100644 --- a/Doc/lib/libunicodedata.tex +++ b/Doc/lib/libunicodedata.tex @@ -78,7 +78,7 @@ defines the following functions: \end{funcdesc} \begin{funcdesc}{mirrored}{unichr} - Returns the mirrored property of assigned to the Unicode character + Returns the mirrored property assigned to the Unicode character \var{unichr} as integer. Returns \code{1} if the character has been identified as a ``mirrored'' character in bidirectional text, \code{0} otherwise. |