]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix an uncorrect function prototype.
authorThomas Heller <theller@ctypes.org>
Fri, 23 Jul 2004 14:51:06 +0000 (14:51 +0000)
committerThomas Heller <theller@ctypes.org>
Fri, 23 Jul 2004 14:51:06 +0000 (14:51 +0000)
Backported from trunk.

Doc/api/concrete.tex

index 308c4165db3a423a221c24c0d0a60d1934ead08a..0d58b59003e2ce046c8fa9bde58b0b4e842f8719 100644 (file)
@@ -175,7 +175,7 @@ There is no \cfunction{PyNone_Check()} function for the same reason.
   \versionadded{2.3}
 \end{cfuncdesc}
 
-\begin{cfuncdesc}{unsigned long}{PyInt_AsUnsignedLongLongMask}{PyObject *io}
+\begin{cfuncdesc}{unsigned long long}{PyInt_AsUnsignedLongLongMask}{PyObject *io}
   Will first attempt to cast the object to a \ctype{PyIntObject} or
   \ctype{PyLongObject}, if it is not already one, and then return its
   value as unsigned long long, without checking for overflow.