Commit d764b0a4 authored by Fred Drake's avatar Fred Drake

There is no PyArg_ConvertTuple(); call it by the right name.

This closes SF bug #537511.
parent d5a072f2
......@@ -792,7 +792,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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment