]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
There is no PyArg_ConvertTuple(); call it by the right name.
authorFred Drake <fdrake@acm.org>
Mon, 1 Apr 2002 23:14:30 +0000 (23:14 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 1 Apr 2002 23:14:30 +0000 (23:14 +0000)
This closes SF bug #537511.

Doc/ext/ext.tex

index 71f2feb022802759c3c127dbc9103e0cec65e901..14deb7b2096b0d827398877ad920a3733ddccac6 100644 (file)
@@ -817,7 +817,7 @@ follows:
 
 where \var{object} is the Python object to be converted and
 \var{address} is the \ctype{void *} argument that was passed to
-\cfunction{PyArg_ConvertTuple()}.  The returned \var{status} should be
+\cfunction{PyArg_ParseTuple()}.  The returned \var{status} should be
 \code{1} for a successful conversion and \code{0} if the conversion
 has failed.  When the conversion fails, the \var{converter} function
 should raise an exception.