]> granicus.if.org Git - python/commitdiff
[Bug #991883] Document calling condition
authorAndrew M. Kuchling <amk@amk.ca>
Sat, 7 Aug 2004 17:53:05 +0000 (17:53 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Sat, 7 Aug 2004 17:53:05 +0000 (17:53 +0000)
Doc/api/abstract.tex

index 50a5c59bd4e466d37fe690f02c43f53428e8a0d3..996d0eaf58c7092b6cf64c401dca8bb610f07355 100644 (file)
@@ -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})}.