summaryrefslogtreecommitdiffstats
path: root/Doc/api/abstract.tex
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2004-08-07 17:53:05 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2004-08-07 17:53:05 (GMT)
commitfe80b6366396d289b8504eb847961b62e70ed135 (patch)
treee34bb0eb04819325e7660acaa23b67287dc7f824 /Doc/api/abstract.tex
parent43ab0cd174c330d5338c395c1f1aae8a0aaffa2d (diff)
downloadcpython-fe80b6366396d289b8504eb847961b62e70ed135.zip
cpython-fe80b6366396d289b8504eb847961b62e70ed135.tar.gz
cpython-fe80b6366396d289b8504eb847961b62e70ed135.tar.bz2
[Bug #991883] Document calling condition
Diffstat (limited to 'Doc/api/abstract.tex')
-rw-r--r--Doc/api/abstract.tex3
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/api/abstract.tex b/Doc/api/abstract.tex
index 50a5c59..996d0ea 100644
--- a/Doc/api/abstract.tex
+++ b/Doc/api/abstract.tex
@@ -269,7 +269,8 @@ determination.
\moreargs}
Call the method named \var{method} of object \var{o} with a variable
number of C arguments. The C arguments are described by a
- \cfunction{Py_BuildValue()} format string. The format may be \NULL,
+ \cfunction{Py_BuildValue()} format string that should
+ produce a tuple. The format may be \NULL,
indicating that no arguments are provided. Returns the result of the
call on success, or \NULL{} on failure. This is the equivalent of
the Python expression \samp{\var{o}.\var{method}(\var{args})}.