Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fe80b63

Browse files
committed
[Bug #991883] Document calling condition
1 parent 43ab0cd commit fe80b63

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Doc/api/abstract.tex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,8 @@ \section{Object Protocol \label{object}}
269269
\moreargs}
270270
Call the method named \var{method} of object \var{o} with a variable
271271
number of C arguments. The C arguments are described by a
272-
\cfunction{Py_BuildValue()} format string. The format may be \NULL,
272+
\cfunction{Py_BuildValue()} format string that should
273+
produce a tuple. The format may be \NULL,
273274
indicating that no arguments are provided. Returns the result of the
274275
call on success, or \NULL{} on failure. This is the equivalent of
275276
the Python expression \samp{\var{o}.\var{method}(\var{args})}.

0 commit comments

Comments
 (0)