diff options
author | Raymond Hettinger <python@rcn.com> | 2003-12-07 11:40:17 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2003-12-07 11:40:17 (GMT) |
commit | 2619c9ec896810291b1d4e1277e496caa5995d86 (patch) | |
tree | fbe993d149eb3c31e875dd322599f0be7c0d91a2 /Doc/api/abstract.tex | |
parent | e3d5f98180c62db4ecb1ba8ad3277b40d3ec9775 (diff) | |
download | cpython-2619c9ec896810291b1d4e1277e496caa5995d86.zip cpython-2619c9ec896810291b1d4e1277e496caa5995d86.tar.gz cpython-2619c9ec896810291b1d4e1277e496caa5995d86.tar.bz2 |
SF patch #838938: Typos in the docs (Extending/Embedding + Python/C API)
(Contributed by Florent Rougon.)
Diffstat (limited to 'Doc/api/abstract.tex')
-rw-r--r-- | Doc/api/abstract.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/api/abstract.tex b/Doc/api/abstract.tex index c5aee66..1acbef9 100644 --- a/Doc/api/abstract.tex +++ b/Doc/api/abstract.tex @@ -267,7 +267,7 @@ determination. \begin{cfuncdesc}{PyObject*}{PyObject_CallMethod}{PyObject *o, char *method, char *format, \moreargs} - Call the method named \var{m} of object \var{o} with a variable + 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, indicating that no arguments are provided. Returns the result of the |