From: Walter Dörwald Date: Fri, 31 Mar 2006 11:03:57 +0000 (+0000) Subject: Fix typos. X-Git-Tag: v2.5a0~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c44e14eba036ae4eb093b435805fa14a3af953a3;p=thirdparty%2FPython%2Fcpython.git Fix typos. --- diff --git a/Doc/api/concrete.tex b/Doc/api/concrete.tex index 60bba76e80fd..3a918beb947a 100644 --- a/Doc/api/concrete.tex +++ b/Doc/api/concrete.tex @@ -2264,8 +2264,8 @@ There are a few functions specific to Python functions. \begin{cfuncdesc}{PyObject*}{PyFunction_New}{PyObject *code, PyObject *globals} Return a new function object associated with the code object - \var{code}. \var{globals} must be a dictionary with the the global - varaibles accessible to the function. + \var{code}. \var{globals} must be a dictionary with the global + variables accessible to the function. The function's docstring, name and \var{__module__} are retrieved from the code object, the argument defaults and closure are set to