diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2006-05-27 08:36:52 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2006-05-27 08:36:52 (GMT) |
commit | d004fc810af3e1985686e616763e14a1b0aa60c1 (patch) | |
tree | 84d813c5639518d647144fb8befbfcb524052175 /Doc/api | |
parent | d1b6cd7bfb35ffecd8b52d9d2b3cd608ab6515e0 (diff) | |
download | cpython-d004fc810af3e1985686e616763e14a1b0aa60c1.zip cpython-d004fc810af3e1985686e616763e14a1b0aa60c1.tar.gz cpython-d004fc810af3e1985686e616763e14a1b0aa60c1.tar.bz2 |
Patch 1494554: Update numeric properties to Unicode 4.1.
Diffstat (limited to 'Doc/api')
-rw-r--r-- | Doc/api/concrete.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/api/concrete.tex b/Doc/api/concrete.tex index 8390a72..10247ab 100644 --- a/Doc/api/concrete.tex +++ b/Doc/api/concrete.tex @@ -965,7 +965,7 @@ These APIs can be used for fast direct character conversions: \end{cfuncdesc} \begin{cfuncdesc}{double}{Py_UNICODE_TONUMERIC}{Py_UNICODE ch} - Return the character \var{ch} converted to a (positive) double. + Return the character \var{ch} converted to a double. Return \code{-1.0} if this is not possible. This macro does not raise exceptions. \end{cfuncdesc} |