summaryrefslogtreecommitdiffstats
path: root/Doc/api
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/api')
-rw-r--r--Doc/api/abstract.tex14
-rw-r--r--Doc/api/refcounts.dat14
2 files changed, 14 insertions, 14 deletions
diff --git a/Doc/api/abstract.tex b/Doc/api/abstract.tex
index 2e85dac..3078e90 100644
--- a/Doc/api/abstract.tex
+++ b/Doc/api/abstract.tex
@@ -208,9 +208,9 @@ determination.
\end{cfuncdesc}
-\begin{cfuncdesc}{PyObject*}{PyObject_CallFunctionObArgs}{PyObject *callable,
- \moreargs,
- \code{NULL}}
+\begin{cfuncdesc}{PyObject*}{PyObject_CallFunctionObjArgs}{PyObject *callable,
+ \moreargs,
+ \code{NULL}}
Call a callable Python object \var{callable}, with a variable
number of \ctype{PyObject*} arguments. The arguments are provided
as a variable number of parameters followed by \NULL.
@@ -219,10 +219,10 @@ determination.
\end{cfuncdesc}
-\begin{cfuncdesc}{PyObject*}{PyObject_CallMethodObArgs}{PyObject *o,
- PyObject *name,
- \moreargs,
- \code{NULL}}
+\begin{cfuncdesc}{PyObject*}{PyObject_CallMethodObjArgs}{PyObject *o,
+ PyObject *name,
+ \moreargs,
+ \code{NULL}}
Calls a method of the object \var{o}, where the name of the method
is given as a Python string object in \var{name}. It is called with
a variable number of \ctype{PyObject*} arguments. The arguments are
diff --git a/Doc/api/refcounts.dat b/Doc/api/refcounts.dat
index 374cdf1..31b3f5e 100644
--- a/Doc/api/refcounts.dat
+++ b/Doc/api/refcounts.dat
@@ -719,9 +719,9 @@ PyObject_CallFunction:PyObject*:callable_object:0:
PyObject_CallFunction:char*:format::
PyObject_CallFunction::...::
-PyObject_CallFunctionObArgs:PyObject*::+1:
-PyObject_CallFunctionObArgs:PyObject*:callable:0:
-PyObject_CallFunctionObArgs::...::
+PyObject_CallFunctionObjArgs:PyObject*::+1:
+PyObject_CallFunctionObjArgs:PyObject*:callable:0:
+PyObject_CallFunctionObjArgs::...::
PyObject_CallMethod:PyObject*::+1:
PyObject_CallMethod:PyObject*:o:0:
@@ -729,10 +729,10 @@ PyObject_CallMethod:char*:m::
PyObject_CallMethod:char*:format::
PyObject_CallMethod::...::
-PyObject_CallMethodObArgs:PyObject*::+1:
-PyObject_CallMethodObArgs:PyObject*:o:0:
-PyObject_CallMethodObArgs:char*:name::
-PyObject_CallMethodObArgs::...::
+PyObject_CallMethodObjArgs:PyObject*::+1:
+PyObject_CallMethodObjArgs:PyObject*:o:0:
+PyObject_CallMethodObjArgs:char*:name::
+PyObject_CallMethodObjArgs::...::
PyObject_CallObject:PyObject*::+1:
PyObject_CallObject:PyObject*:callable_object:0: