diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2004-08-20 02:36:27 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2004-08-20 02:36:27 (GMT) |
commit | 8623b36ee0b7072d23567c64cf9368b1d4d054cb (patch) | |
tree | 0eee3dc07e0dcb021c4871d25bea0ae1d96f50b5 /Doc/lib | |
parent | b0a04e15921433159392aaa465db9581107e11f7 (diff) | |
download | cpython-8623b36ee0b7072d23567c64cf9368b1d4d054cb.zip cpython-8623b36ee0b7072d23567c64cf9368b1d4d054cb.tar.gz cpython-8623b36ee0b7072d23567c64cf9368b1d4d054cb.tar.bz2 |
Try to improve grammar and use versionadded
Diffstat (limited to 'Doc/lib')
-rw-r--r-- | Doc/lib/libunicodedata.tex | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/lib/libunicodedata.tex b/Doc/lib/libunicodedata.tex index 2922913..771c867 100644 --- a/Doc/lib/libunicodedata.tex +++ b/Doc/lib/libunicodedata.tex @@ -72,8 +72,9 @@ defines the following functions: \end{funcdesc} \begin{funcdesc}{east_asian_width}{unichr} - Returns the east asian width of assigned to the Unicode character + Returns the east asian width assigned to the Unicode character \var{unichr} as string. +\versionadded{2.4} \end{funcdesc} \begin{funcdesc}{mirrored}{unichr} |