]> granicus.if.org Git - python/commitdiff
Add omitted word for clarity.
authorFred Drake <fdrake@acm.org>
Sat, 17 Nov 2001 06:39:18 +0000 (06:39 +0000)
committerFred Drake <fdrake@acm.org>
Sat, 17 Nov 2001 06:39:18 +0000 (06:39 +0000)
Doc/api/newtypes.tex

index 870b9d68edcc00445b4012c8dbeedc824e9bd3e2..9bc18e2444d177ea4e0754a3a25dae3fc76ea36a 100644 (file)
@@ -158,7 +158,7 @@ and \constant{METH_KEYWORDS} can be combined; the others can't.
 \begin{datadesc}{METH_VARARGS}
   This is the typical calling convention, where the methods have the
   type \ctype{PyMethodDef}. The function expects two
-  \ctype{PyObject*}.  The first one is the \var{self} object for
+  \ctype{PyObject*} values.  The first one is the \var{self} object for
   methods; for module functions, it has the value given to
   \cfunction{Py_InitModule4()} (or \NULL{} if
   \cfunction{Py_InitModule()} was used).  The second parameter