SF patch #838938: Typos in the docs (Extending/Embedding + Python/C API)
(Contributed by Florent Rougon.)
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 @@
\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